Html Css Color HEX #033BA8 International Klein Blue
📋 copy color: '#033BA8'red 3 ◦ green 59 ◦ blue 168
Shades of International Klein Blue #033BA8
Tints of International Klein Blue #033BA8
RGB
CMYK
RGB Variations
Color information
#033BA8 (or 0x033BA8) is known color: International Klein Blue. HEX triplet: 03, 3B and A8. RGB value is (3,59,168). Sum of RGB (Red+Green+Blue) = 3+59+168=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 168 (66.02% from 255 or 73.04% from 230); Max value from RGB is 168 - color contains mainly: blue. Hex color #033BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033BA8 is #FCC457. Grayscale: #363636. Windows color (decimal): -16565336 or 11025155. OLE color: 11025155.
HSL color Cylindrical-coordinate representation of color #033BA8: hue angle of 219.64º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033BA8 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 59 | 168 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.34 |
| HSL | 219.64º | 0.96% | 0.34% | - |
| HSV(B) | 219.64º | 0.98% | 0.66% | - |
| XYZ | 8.67 | 5.97 | 37.74 | - |
| YUV | 54.68 | 191.95 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 168 | 0.98 | 0.65 | 0 | 0.34 | 219.64 | 0.96 | 0.34 |
| Hex | 3 | 3B | A8 | 62 | 41 | 0 | 22 | DC | 60 | 22 |
| Octal | 3 | 73 | 250 | 142 | 101 | 0 | 42 | 334 | 140 | 42 |
| Binary | 11 | 111011 | 10101000 | 1100010 | 1000001 | 0 | 100010 | 11011100 | 1100000 | 100010 |
Color Harmonies of #033BA8
Complementary color
Monochromatic Colors of #033BA8
Black with #033BA8
Text Example
Text Example
White with #033BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BA8; }
p { color: rgb(3,59,168); }
H1.HeaderClassName
{
color: #033BA8;
}
.AnyTagClassName
{
color: #033BA8;
}
</style>
background-color css
<style>
a { background-color: #033BA8; }
a { background-color: rgb(3,59,168); }
div.DivClassName
{
background-color: #033BA8;
}
.BgClassName
{
background-color: #033BA8;
}
</style>
border-color css
<style>
span { border-color: #033BA8; }
span { border-color: rgb(3,59,168); }
td.TdClassName
{
border-color: #033BA8;
}
.TagClassName
{
border-color: #033BA8;
}
</style>