Html Css Color HEX #03249C International Klein Blue

📋 copy color: '#03249C'

red 3 ◦ green 36 ◦ blue 156

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

Shades of International Klein Blue #03249C

Tints of International Klein Blue #03249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

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

R = 1.54%
G = 18.46%
B = 80%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03249C (or 0x03249C) is known color: International Klein Blue. HEX triplet: 03, 24 and 9C. RGB value is (3,36,156). Sum of RGB (Red+Green+Blue) = 3+36+156=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 156 (61.33% from 255 or 80% from 195); Max value from RGB is 156 - color contains mainly: blue. Hex color #03249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03249C is #FCDB63. Grayscale: #272727. Windows color (decimal): -16571236 or 10232835. OLE color: 10232835.

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

Color convert

RGB 3 36 156 -
CMYK 0.98 0.77 0 0.39
HSL 227.06º 0.96% 0.31% -
HSV(B) 227.06º 0.98% 0.61% -
XYZ 6.67 3.68 31.81 -
YUV 39.81 193.57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 3 36 156 0.98 0.77 0 0.39 227.06 0.96 0.31
Hex 3 24 9C 62 4D 0 27 E3 60 1F
Octal 3 44 234 142 115 0 47 343 140 37
Binary 11 100100 10011100 1100010 1001101 0 100111 11100011 1100000 11111

Color Harmonies of #03249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03249C

Black with #03249C

Text Example


Text Example

White with #03249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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