Html Css Color HEX #03219B International Klein Blue

📋 copy color: '#03219B'

red 3 ◦ green 33 ◦ blue 155

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

Shades of International Klein Blue #03219B

Tints of International Klein Blue #03219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.28%

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

R = 1.57%
G = 17.28%
B = 81.15%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03219B (or 0x03219B) is known color: International Klein Blue. HEX triplet: 03, 21 and 9B. RGB value is (3,33,155). Sum of RGB (Red+Green+Blue) = 3+33+155=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #03219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03219B is #FCDE64. Grayscale: #252525. Windows color (decimal): -16572005 or 10166531. OLE color: 10166531.

HSL color Cylindrical-coordinate representation of color #03219B: hue angle of 228.16º 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 #03219B is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 33 155 -
CMYK 0.98 0.79 0 0.39
HSL 228.16º 0.96% 0.31% -
HSV(B) 228.16º 0.98% 0.61% -
XYZ 6.5 3.47 31.34 -
YUV 37.94 194.06 103.08 -
System Red Green Blue C M Y K H S L
Decimal 3 33 155 0.98 0.79 0 0.39 228.16 0.96 0.31
Hex 3 21 9B 62 4F 0 27 E4 60 1F
Octal 3 41 233 142 117 0 47 344 140 37
Binary 11 100001 10011011 1100010 1001111 0 100111 11100100 1100000 11111

Color Harmonies of #03219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03219B

Black with #03219B

Text Example


Text Example

White with #03219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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