Html Css Color HEX #03219C International Klein Blue

📋 copy color: '#03219C'

red 3 ◦ green 33 ◦ blue 156

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

Shades of International Klein Blue #03219C

Tints of International Klein Blue #03219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 81.25%

R = 1.56%
G = 17.19%
B = 81.25%

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

#03219C (or 0x03219C) is known color: International Klein Blue. HEX triplet: 03, 21 and 9C. RGB value is (3,33,156). Sum of RGB (Red+Green+Blue) = 3+33+156=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #03219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03219C is #FCDE63. Grayscale: #252525. Windows color (decimal): -16572004 or 10232067. OLE color: 10232067.

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

Color convert

RGB 3 33 156 -
CMYK 0.98 0.79 0 0.39
HSL 228.24º 0.96% 0.31% -
HSV(B) 228.24º 0.98% 0.61% -
XYZ 6.58 3.51 31.78 -
YUV 38.05 194.56 103 -
System Red Green Blue C M Y K H S L
Decimal 3 33 156 0.98 0.79 0 0.39 228.24 0.96 0.31
Hex 3 21 9C 62 4F 0 27 E4 60 1F
Octal 3 41 234 142 117 0 47 344 140 37
Binary 11 100001 10011100 1100010 1001111 0 100111 11100100 1100000 11111

Color Harmonies of #03219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03219C

Black with #03219C

Text Example


Text Example

White with #03219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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