Html Css Color HEX #0323BC International Klein Blue
📋 copy color: '#0323BC'red 3 ◦ green 35 ◦ blue 188
Shades of International Klein Blue #0323BC
Tints of International Klein Blue #0323BC
RGB
CMYK
RGB Variations
Color information
#0323BC (or 0x0323BC) is known color: International Klein Blue. HEX triplet: 03, 23 and BC. RGB value is (3,35,188). Sum of RGB (Red+Green+Blue) = 3+35+188=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #0323BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0323BC is #FCDC43. Grayscale: #2A2A2A. Windows color (decimal): -16571460 or 12329731. OLE color: 12329731.
HSL color Cylindrical-coordinate representation of color #0323BC: hue angle of 229.62º 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 #0323BC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 35 | 188 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.26 |
| HSL | 229.62º | 0.97% | 0.37% | - |
| HSV(B) | 229.62º | 0.98% | 0.74% | - |
| XYZ | 9.72 | 4.85 | 48 | - |
| YUV | 42.87 | 209.9 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 188 | 0.98 | 0.81 | 0 | 0.26 | 229.62 | 0.97 | 0.37 |
| Hex | 3 | 23 | BC | 62 | 51 | 0 | 1A | E6 | 61 | 25 |
| Octal | 3 | 43 | 274 | 142 | 121 | 0 | 32 | 346 | 141 | 45 |
| Binary | 11 | 100011 | 10111100 | 1100010 | 1010001 | 0 | 11010 | 11100110 | 1100001 | 100101 |
Color Harmonies of #0323BC
Complementary color
Monochromatic Colors of #0323BC
Black with #0323BC
Text Example
Text Example
White with #0323BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0323BC; }
p { color: rgb(3,35,188); }
H1.HeaderClassName
{
color: #0323BC;
}
.AnyTagClassName
{
color: #0323BC;
}
</style>
background-color css
<style>
a { background-color: #0323BC; }
a { background-color: rgb(3,35,188); }
div.DivClassName
{
background-color: #0323BC;
}
.BgClassName
{
background-color: #0323BC;
}
</style>
border-color css
<style>
span { border-color: #0323BC; }
span { border-color: rgb(3,35,188); }
td.TdClassName
{
border-color: #0323BC;
}
.TagClassName
{
border-color: #0323BC;
}
</style>