Html Css Color HEX #033AAE International Klein Blue
📋 copy color: '#033AAE'red 3 ◦ green 58 ◦ blue 174
Shades of International Klein Blue #033AAE
Tints of International Klein Blue #033AAE
RGB
CMYK
RGB Variations
Color information
#033AAE (or 0x033AAE) is known color: International Klein Blue. HEX triplet: 03, 3A and AE. RGB value is (3,58,174). Sum of RGB (Red+Green+Blue) = 3+58+174=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #033AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033AAE is #FCC551. Grayscale: #363636. Windows color (decimal): -16565586 or 11418115. OLE color: 11418115.
HSL color Cylindrical-coordinate representation of color #033AAE: hue angle of 220.7º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033AAE is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 58 | 174 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.32 |
| HSL | 220.7º | 0.97% | 0.35% | - |
| HSV(B) | 220.7º | 0.98% | 0.68% | - |
| XYZ | 9.19 | 6.1 | 40.74 | - |
| YUV | 54.78 | 195.28 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 174 | 0.98 | 0.67 | 0 | 0.32 | 220.7 | 0.97 | 0.35 |
| Hex | 3 | 3A | AE | 62 | 43 | 0 | 20 | DD | 61 | 23 |
| Octal | 3 | 72 | 256 | 142 | 103 | 0 | 40 | 335 | 141 | 43 |
| Binary | 11 | 111010 | 10101110 | 1100010 | 1000011 | 0 | 100000 | 11011101 | 1100001 | 100011 |
Color Harmonies of #033AAE
Complementary color
Monochromatic Colors of #033AAE
Black with #033AAE
Text Example
Text Example
White with #033AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033AAE; }
p { color: rgb(3,58,174); }
H1.HeaderClassName
{
color: #033AAE;
}
.AnyTagClassName
{
color: #033AAE;
}
</style>
background-color css
<style>
a { background-color: #033AAE; }
a { background-color: rgb(3,58,174); }
div.DivClassName
{
background-color: #033AAE;
}
.BgClassName
{
background-color: #033AAE;
}
</style>
border-color css
<style>
span { border-color: #033AAE; }
span { border-color: rgb(3,58,174); }
td.TdClassName
{
border-color: #033AAE;
}
.TagClassName
{
border-color: #033AAE;
}
</style>