Html Css Color HEX #033AA8 International Klein Blue
📋 copy color: '#033AA8'red 3 ◦ green 58 ◦ blue 168
Shades of International Klein Blue #033AA8
Tints of International Klein Blue #033AA8
RGB
CMYK
RGB Variations
Color information
#033AA8 (or 0x033AA8) is known color: International Klein Blue. HEX triplet: 03, 3A and A8. RGB value is (3,58,168). Sum of RGB (Red+Green+Blue) = 3+58+168=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 168 (66.02% from 255 or 73.36% from 229); Max value from RGB is 168 - color contains mainly: blue. Hex color #033AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033AA8 is #FCC557. Grayscale: #353535. Windows color (decimal): -16565592 or 11024899. OLE color: 11024899.
HSL color Cylindrical-coordinate representation of color #033AA8: hue angle of 220º 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 #033AA8 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 58 | 168 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.34 |
| HSL | 220º | 0.96% | 0.34% | - |
| HSV(B) | 220º | 0.98% | 0.66% | - |
| XYZ | 8.62 | 5.87 | 37.73 | - |
| YUV | 54.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 168 | 0.98 | 0.65 | 0 | 0.34 | 220 | 0.96 | 0.34 |
| Hex | 3 | 3A | A8 | 62 | 41 | 0 | 22 | DC | 60 | 22 |
| Octal | 3 | 72 | 250 | 142 | 101 | 0 | 42 | 334 | 140 | 42 |
| Binary | 11 | 111010 | 10101000 | 1100010 | 1000001 | 0 | 100010 | 11011100 | 1100000 | 100010 |
Color Harmonies of #033AA8
Complementary color
Monochromatic Colors of #033AA8
Black with #033AA8
Text Example
Text Example
White with #033AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033AA8; }
p { color: rgb(3,58,168); }
H1.HeaderClassName
{
color: #033AA8;
}
.AnyTagClassName
{
color: #033AA8;
}
</style>
background-color css
<style>
a { background-color: #033AA8; }
a { background-color: rgb(3,58,168); }
div.DivClassName
{
background-color: #033AA8;
}
.BgClassName
{
background-color: #033AA8;
}
</style>
border-color css
<style>
span { border-color: #033AA8; }
span { border-color: rgb(3,58,168); }
td.TdClassName
{
border-color: #033AA8;
}
.TagClassName
{
border-color: #033AA8;
}
</style>