Html Css Color HEX #03209C International Klein Blue

📋 copy color: '#03209C'

red 3 ◦ green 32 ◦ blue 156

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

Shades of International Klein Blue #03209C

Tints of International Klein Blue #03209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.75%

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

R = 1.57%
G = 16.75%
B = 81.68%

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

#03209C (or 0x03209C) is known color: International Klein Blue. HEX triplet: 03, 20 and 9C. RGB value is (3,32,156). Sum of RGB (Red+Green+Blue) = 3+32+156=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 156 (61.33% from 255 or 81.68% from 191); Max value from RGB is 156 - color contains mainly: blue. Hex color #03209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03209C is #FCDF63. Grayscale: #242424. Windows color (decimal): -16572260 or 10231811. OLE color: 10231811.

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

Color convert

RGB 3 32 156 -
CMYK 0.98 0.79 0 0.39
HSL 228.63º 0.96% 0.31% -
HSV(B) 228.63º 0.98% 0.61% -
XYZ 6.55 3.45 31.77 -
YUV 37.47 194.89 103.42 -
System Red Green Blue C M Y K H S L
Decimal 3 32 156 0.98 0.79 0 0.39 228.63 0.96 0.31
Hex 3 20 9C 62 4F 0 27 E5 60 1F
Octal 3 40 234 142 117 0 47 345 140 37
Binary 11 100000 10011100 1100010 1001111 0 100111 11100101 1100000 11111

Color Harmonies of #03209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03209C

Black with #03209C

Text Example


Text Example

White with #03209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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