Html Css Color HEX #03289C International Klein Blue
📋 copy color: '#03289C'red 3 ◦ green 40 ◦ blue 156
Shades of International Klein Blue #03289C
Tints of International Klein Blue #03289C
RGB
CMYK
RGB Variations
Color information
#03289C (or 0x03289C) is known color: International Klein Blue. HEX triplet: 03, 28 and 9C. RGB value is (3,40,156). Sum of RGB (Red+Green+Blue) = 3+40+156=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 156 (61.33% from 255 or 78.39% from 199); Max value from RGB is 156 - color contains mainly: blue. Hex color #03289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03289C is #FCD763. Grayscale: #292929. Windows color (decimal): -16570212 or 10233859. OLE color: 10233859.
HSL color Cylindrical-coordinate representation of color #03289C: hue angle of 225.49º 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 #03289C is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 40 | 156 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.39 |
| HSL | 225.49º | 0.96% | 0.31% | - |
| HSV(B) | 225.49º | 0.98% | 0.61% | - |
| XYZ | 6.8 | 3.94 | 31.85 | - |
| YUV | 42.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 156 | 0.98 | 0.74 | 0 | 0.39 | 225.49 | 0.96 | 0.31 |
| Hex | 3 | 28 | 9C | 62 | 4A | 0 | 27 | E1 | 60 | 1F |
| Octal | 3 | 50 | 234 | 142 | 112 | 0 | 47 | 341 | 140 | 37 |
| Binary | 11 | 101000 | 10011100 | 1100010 | 1001010 | 0 | 100111 | 11100001 | 1100000 | 11111 |
Color Harmonies of #03289C
Complementary color
Monochromatic Colors of #03289C
Black with #03289C
Text Example
Text Example
White with #03289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03289C; }
p { color: rgb(3,40,156); }
H1.HeaderClassName
{
color: #03289C;
}
.AnyTagClassName
{
color: #03289C;
}
</style>
background-color css
<style>
a { background-color: #03289C; }
a { background-color: rgb(3,40,156); }
div.DivClassName
{
background-color: #03289C;
}
.BgClassName
{
background-color: #03289C;
}
</style>
border-color css
<style>
span { border-color: #03289C; }
span { border-color: rgb(3,40,156); }
td.TdClassName
{
border-color: #03289C;
}
.TagClassName
{
border-color: #03289C;
}
</style>