Html Css Color HEX #033AAC International Klein Blue
📋 copy color: '#033AAC'red 3 ◦ green 58 ◦ blue 172
Shades of International Klein Blue #033AAC
Tints of International Klein Blue #033AAC
RGB
CMYK
RGB Variations
Color information
#033AAC (or 0x033AAC) is known color: International Klein Blue. HEX triplet: 03, 3A and AC. RGB value is (3,58,172). Sum of RGB (Red+Green+Blue) = 3+58+172=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #033AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033AAC is #FCC553. Grayscale: #363636. Windows color (decimal): -16565588 or 11287043. OLE color: 11287043.
HSL color Cylindrical-coordinate representation of color #033AAC: hue angle of 220.47º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033AAC is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 58 | 172 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.33 |
| HSL | 220.47º | 0.97% | 0.34% | - |
| HSV(B) | 220.47º | 0.98% | 0.67% | - |
| XYZ | 9 | 6.02 | 39.72 | - |
| YUV | 54.55 | 194.28 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 172 | 0.98 | 0.66 | 0 | 0.33 | 220.47 | 0.97 | 0.34 |
| Hex | 3 | 3A | AC | 62 | 42 | 0 | 21 | DC | 61 | 22 |
| Octal | 3 | 72 | 254 | 142 | 102 | 0 | 41 | 334 | 141 | 42 |
| Binary | 11 | 111010 | 10101100 | 1100010 | 1000010 | 0 | 100001 | 11011100 | 1100001 | 100010 |
Color Harmonies of #033AAC
Complementary color
Monochromatic Colors of #033AAC
Black with #033AAC
Text Example
Text Example
White with #033AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033AAC; }
p { color: rgb(3,58,172); }
H1.HeaderClassName
{
color: #033AAC;
}
.AnyTagClassName
{
color: #033AAC;
}
</style>
background-color css
<style>
a { background-color: #033AAC; }
a { background-color: rgb(3,58,172); }
div.DivClassName
{
background-color: #033AAC;
}
.BgClassName
{
background-color: #033AAC;
}
</style>
border-color css
<style>
span { border-color: #033AAC; }
span { border-color: rgb(3,58,172); }
td.TdClassName
{
border-color: #033AAC;
}
.TagClassName
{
border-color: #033AAC;
}
</style>