Html Css Color HEX #03229B International Klein Blue

📋 copy color: '#03229B'

red 3 ◦ green 34 ◦ blue 155

#03229B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #03229B

Tints of International Klein Blue #03229B

RGB

 RED value IS 3 (1.56% from 255) = 1.56%

 GREEN value IS 34 (13.67% from 255) = 17.71%

 BLUE value IS 155 (60.94% from 255) = 80.73%

R = 1.56%
G = 17.71%
B = 80.73%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03229B (or 0x03229B) is known color: International Klein Blue. HEX triplet: 03, 22 and 9B. RGB value is (3,34,155). Sum of RGB (Red+Green+Blue) = 3+34+155=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #03229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03229B is #FCDD64. Grayscale: #262626. Windows color (decimal): -16571749 or 10166787. OLE color: 10166787.

HSL color Cylindrical-coordinate representation of color #03229B: hue angle of 227.76º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03229B is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 34 155 -
CMYK 0.98 0.78 0 0.39
HSL 227.76º 0.96% 0.31% -
HSV(B) 227.76º 0.98% 0.61% -
XYZ 6.53 3.53 31.35 -
YUV 38.53 193.73 102.66 -
System Red Green Blue C M Y K H S L
Decimal 3 34 155 0.98 0.78 0 0.39 227.76 0.96 0.31
Hex 3 22 9B 62 4E 0 27 E4 60 1F
Octal 3 42 233 142 116 0 47 344 140 37
Binary 11 100010 10011011 1100010 1001110 0 100111 11100100 1100000 11111

Color Harmonies of #03229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03229B

Black with #03229B

Text Example


Text Example

White with #03229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03229B; }

 p { color: rgb(3,34,155); }

 H1.HeaderClassName
 {
   color: #03229B;
 }
 .AnyTagClassName
 {
   color: #03229B;
 }
</style>

background-color css

<style>
 a { background-color: #03229B; }

 a { background-color: rgb(3,34,155); }

 div.DivClassName
 {
   background-color: #03229B;
 }
 .BgClassName
 {
   background-color: #03229B;
 }
</style>

border-color css

<style>
 span { border-color: #03229B; }

 span { border-color: rgb(3,34,155); }

 td.TdClassName
 {
   border-color: #03229B;
 }
 .TagClassName
 {
   border-color: #03229B;
 }
</style>