Html Css Color HEX #0324AA International Klein Blue
📋 copy color: '#0324AA'red 3 ◦ green 36 ◦ blue 170
Shades of International Klein Blue #0324AA
Tints of International Klein Blue #0324AA
RGB
CMYK
RGB Variations
Color information
#0324AA (or 0x0324AA) is known color: International Klein Blue. HEX triplet: 03, 24 and AA. RGB value is (3,36,170). Sum of RGB (Red+Green+Blue) = 3+36+170=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 170 (66.80% from 255 or 81.34% from 209); Max value from RGB is 170 - color contains mainly: blue. Hex color #0324AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0324AA is #FCDB55. Grayscale: #282828. Windows color (decimal): -16571222 or 11150339. OLE color: 11150339.
HSL color Cylindrical-coordinate representation of color #0324AA: hue angle of 228.14º 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 #0324AA is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 36 | 170 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.33 |
| HSL | 228.14º | 0.97% | 0.34% | - |
| HSV(B) | 228.14º | 0.98% | 0.67% | - |
| XYZ | 7.92 | 4.18 | 38.42 | - |
| YUV | 41.41 | 200.57 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 170 | 0.98 | 0.79 | 0 | 0.33 | 228.14 | 0.97 | 0.34 |
| Hex | 3 | 24 | AA | 62 | 4F | 0 | 21 | E4 | 61 | 22 |
| Octal | 3 | 44 | 252 | 142 | 117 | 0 | 41 | 344 | 141 | 42 |
| Binary | 11 | 100100 | 10101010 | 1100010 | 1001111 | 0 | 100001 | 11100100 | 1100001 | 100010 |
Color Harmonies of #0324AA
Complementary color
Monochromatic Colors of #0324AA
Black with #0324AA
Text Example
Text Example
White with #0324AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0324AA; }
p { color: rgb(3,36,170); }
H1.HeaderClassName
{
color: #0324AA;
}
.AnyTagClassName
{
color: #0324AA;
}
</style>
background-color css
<style>
a { background-color: #0324AA; }
a { background-color: rgb(3,36,170); }
div.DivClassName
{
background-color: #0324AA;
}
.BgClassName
{
background-color: #0324AA;
}
</style>
border-color css
<style>
span { border-color: #0324AA; }
span { border-color: rgb(3,36,170); }
td.TdClassName
{
border-color: #0324AA;
}
.TagClassName
{
border-color: #0324AA;
}
</style>