Html Css Color HEX #03229C International Klein Blue
📋 copy color: '#03229C'red 3 ◦ green 34 ◦ blue 156
Shades of International Klein Blue #03229C
Tints of International Klein Blue #03229C
RGB
CMYK
RGB Variations
Color information
#03229C (or 0x03229C) is known color: International Klein Blue. HEX triplet: 03, 22 and 9C. RGB value is (3,34,156). Sum of RGB (Red+Green+Blue) = 3+34+156=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 156 (61.33% from 255 or 80.83% from 193); Max value from RGB is 156 - color contains mainly: blue. Hex color #03229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03229C is #FCDD63. Grayscale: #262626. Windows color (decimal): -16571748 or 10232323. OLE color: 10232323.
HSL color Cylindrical-coordinate representation of color #03229C: hue angle of 227.84º 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 #03229C is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 34 | 156 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.39 |
| HSL | 227.84º | 0.96% | 0.31% | - |
| HSV(B) | 227.84º | 0.98% | 0.61% | - |
| XYZ | 6.61 | 3.56 | 31.79 | - |
| YUV | 38.64 | 194.23 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 156 | 0.98 | 0.78 | 0 | 0.39 | 227.84 | 0.96 | 0.31 |
| Hex | 3 | 22 | 9C | 62 | 4E | 0 | 27 | E4 | 60 | 1F |
| Octal | 3 | 42 | 234 | 142 | 116 | 0 | 47 | 344 | 140 | 37 |
| Binary | 11 | 100010 | 10011100 | 1100010 | 1001110 | 0 | 100111 | 11100100 | 1100000 | 11111 |
Color Harmonies of #03229C
Complementary color
Monochromatic Colors of #03229C
Black with #03229C
Text Example
Text Example
White with #03229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03229C; }
p { color: rgb(3,34,156); }
H1.HeaderClassName
{
color: #03229C;
}
.AnyTagClassName
{
color: #03229C;
}
</style>
background-color css
<style>
a { background-color: #03229C; }
a { background-color: rgb(3,34,156); }
div.DivClassName
{
background-color: #03229C;
}
.BgClassName
{
background-color: #03229C;
}
</style>
border-color css
<style>
span { border-color: #03229C; }
span { border-color: rgb(3,34,156); }
td.TdClassName
{
border-color: #03229C;
}
.TagClassName
{
border-color: #03229C;
}
</style>