COLOR #03227B

HEX: #03227B
RGB: (3,34,123)

Color info

#03227B contains mainly blue color. Web safe color of #03227B is #003366 (or #036).

RGB color model

#03227B color RGB value is (3,34,123).

  • red value is 3;
  • green value is 34;
  • blue value is 123.
RGB:
(3,34,123)
(1%,13%,48%)

RGB channels and saturation

R 3 of 255 = 1%
G 34 of 255 = 13%
B 123 of 255 = 48%

3
34
123

R + G + B ~ 21%. #03227B is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 34 + 123 = 160 (100%)
R 3 of 160 ~ 1.88%
G 34 of 160 ~ 21.25%
B 123 of 160 ~ 76.88%

%21.25
%76.88

CMYK color model

#03227B color CMYK value is (98,72,0,52).

  • cyan value is 97.56%
  • magenta value is 72.36%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(98,72,0,52)
C98M72Y0K52 
(98%,72%,0%,52%)
(0.98/0.72/0.00/0.52)	

CMYK percentages

%97.56
%72.36
%0
%51.76

Codes

Color #03227B in popluar color models

03227B
RGB334123
HSL225°95.24%24.71%
HSB/HSV225°97.56%48.24%
CMYK97.56%72.36%0.00%
51.76%

Color #03227B in popluar number systems.

HEX03227B
Decimal334123
Binary111000101111011
Octal342173

Shades and tints

Shades of #03227B

#03227B
(3,34,123)
#031F70
(3,31,112)
#031C65
(3,28,101)
#03195A
(3,25,90)
#03164F
(3,22,79)
#031344
(3,19,68)
#031039
(3,16,57)
#030D2E
(3,13,46)
#030A23
(3,10,35)
#030718
(3,7,24)
#03040D
(3,4,13)
#000000
(0,0,0)

Tints of #03227B

#03227B
(3,34,123)
#193687
(25,54,135)
#2F4A93
(47,74,147)
#455E9F
(69,94,159)
#5B72AB
(91,114,171)
#7186B7
(113,134,183)
#879AC3
(135,154,195)
#9DAECF
(157,174,207)
#B3C2DB
(179,194,219)
#C9D6E7
(201,214,231)
#DFEAF3
(223,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03227B color. Also use rgb(3,34,123) instead hex code.

Text Font Color

.myTextColor { color: #03227B; }

<p style="color:#03227B">This sample text font color is #03227B.</p>

This text font color is #03227B.


Background Color

.myBgColor { background-color: #03227B; }

<div style="background-color:#03227B">Inner text</div>

This div background color is #03227B.


Border color

.myBorderColor { border: 1px solid #03227B; }

<div style="border:3px solid #03227B">Div</div>

This div border color is #03227B.


Opacity

.myOpacity80 { color: #03227B; opacity: 0.8; }

<p style="color:#03227B;opacity:0.8;">80%</p>

Text with #03227B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #03227B;}

<p style="text-shadow: 3px 3px 1px #03227B">Text here.</p>

This text has shadow with #03227B color.

.textShadow {text-shadow: 3px 3px 1px #03227B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #03227B, 5px 5px 20px red">Text here.</p>

This text has shadow with #03227B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#03227B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#03227B, Direction=45, Strength=4)">Text</p>

This text has shadow with #03227B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #03227B;
  -webkit-box-shadow:	1px 1px 3px 2px #03227B;
  box-shadow:		1px 1px 3px 2px #03227B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03227B;
-webkit-box-shadow: 1px 1px 3px 2px #03227B;
box-shadow:1px 1px 3px 2px #03227B;">
Div content here</div>
This div box has shadow with color #03227B.

Preview

Color preview on black background

This text has color #03227B on black background.


Color preview on white background

This text has color #03227B on white background.



Black color preview on #03227B background

This text has black color on #03227B background.


White color preview on #03227B background

This text has white color on #03227B background.