Html Css Color HEX #0324BC International Klein Blue
📋 copy color: '#0324BC'red 3 ◦ green 36 ◦ blue 188
Shades of International Klein Blue #0324BC
Tints of International Klein Blue #0324BC
RGB
CMYK
RGB Variations
Color information
#0324BC (or 0x0324BC) is known color: International Klein Blue. HEX triplet: 03, 24 and BC. RGB value is (3,36,188). Sum of RGB (Red+Green+Blue) = 3+36+188=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #0324BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0324BC is #FCDB43. Grayscale: #2A2A2A. Windows color (decimal): -16571204 or 12329987. OLE color: 12329987.
HSL color Cylindrical-coordinate representation of color #0324BC: hue angle of 229.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0324BC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 36 | 188 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.26 |
| HSL | 229.3º | 0.97% | 0.37% | - |
| HSV(B) | 229.3º | 0.98% | 0.74% | - |
| XYZ | 9.75 | 4.91 | 48.01 | - |
| YUV | 43.46 | 209.57 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 188 | 0.98 | 0.81 | 0 | 0.26 | 229.3 | 0.97 | 0.37 |
| Hex | 3 | 24 | BC | 62 | 51 | 0 | 1A | E5 | 61 | 25 |
| Octal | 3 | 44 | 274 | 142 | 121 | 0 | 32 | 345 | 141 | 45 |
| Binary | 11 | 100100 | 10111100 | 1100010 | 1010001 | 0 | 11010 | 11100101 | 1100001 | 100101 |
Color Harmonies of #0324BC
Complementary color
Monochromatic Colors of #0324BC
Black with #0324BC
Text Example
Text Example
White with #0324BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0324BC; }
p { color: rgb(3,36,188); }
H1.HeaderClassName
{
color: #0324BC;
}
.AnyTagClassName
{
color: #0324BC;
}
</style>
background-color css
<style>
a { background-color: #0324BC; }
a { background-color: rgb(3,36,188); }
div.DivClassName
{
background-color: #0324BC;
}
.BgClassName
{
background-color: #0324BC;
}
</style>
border-color css
<style>
span { border-color: #0324BC; }
span { border-color: rgb(3,36,188); }
td.TdClassName
{
border-color: #0324BC;
}
.TagClassName
{
border-color: #0324BC;
}
</style>