Html Css Color HEX #0324AC International Klein Blue
📋 copy color: '#0324AC'red 3 ◦ green 36 ◦ blue 172
Shades of International Klein Blue #0324AC
Tints of International Klein Blue #0324AC
RGB
CMYK
RGB Variations
Color information
#0324AC (or 0x0324AC) is known color: International Klein Blue. HEX triplet: 03, 24 and AC. RGB value is (3,36,172). Sum of RGB (Red+Green+Blue) = 3+36+172=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #0324AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0324AC is #FCDB53. Grayscale: #292929. Windows color (decimal): -16571220 or 11281411. OLE color: 11281411.
HSL color Cylindrical-coordinate representation of color #0324AC: hue angle of 228.28º 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 #0324AC is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 36 | 172 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.33 |
| HSL | 228.28º | 0.97% | 0.34% | - |
| HSV(B) | 228.28º | 0.98% | 0.67% | - |
| XYZ | 8.11 | 4.26 | 39.42 | - |
| YUV | 41.64 | 201.57 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 172 | 0.98 | 0.79 | 0 | 0.33 | 228.28 | 0.97 | 0.34 |
| Hex | 3 | 24 | AC | 62 | 4F | 0 | 21 | E4 | 61 | 22 |
| Octal | 3 | 44 | 254 | 142 | 117 | 0 | 41 | 344 | 141 | 42 |
| Binary | 11 | 100100 | 10101100 | 1100010 | 1001111 | 0 | 100001 | 11100100 | 1100001 | 100010 |
Color Harmonies of #0324AC
Complementary color
Monochromatic Colors of #0324AC
Black with #0324AC
Text Example
Text Example
White with #0324AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0324AC; }
p { color: rgb(3,36,172); }
H1.HeaderClassName
{
color: #0324AC;
}
.AnyTagClassName
{
color: #0324AC;
}
</style>
background-color css
<style>
a { background-color: #0324AC; }
a { background-color: rgb(3,36,172); }
div.DivClassName
{
background-color: #0324AC;
}
.BgClassName
{
background-color: #0324AC;
}
</style>
border-color css
<style>
span { border-color: #0324AC; }
span { border-color: rgb(3,36,172); }
td.TdClassName
{
border-color: #0324AC;
}
.TagClassName
{
border-color: #0324AC;
}
</style>