Html Css Color HEX #0323AF International Klein Blue
📋 copy color: '#0323AF'red 3 ◦ green 35 ◦ blue 175
Shades of International Klein Blue #0323AF
Tints of International Klein Blue #0323AF
RGB
CMYK
RGB Variations
Color information
#0323AF (or 0x0323AF) is known color: International Klein Blue. HEX triplet: 03, 23 and AF. RGB value is (3,35,175). Sum of RGB (Red+Green+Blue) = 3+35+175=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 175 (68.75% from 255 or 82.16% from 213); Max value from RGB is 175 - color contains mainly: blue. Hex color #0323AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0323AF is #FCDC50. Grayscale: #282828. Windows color (decimal): -16571473 or 11477763. OLE color: 11477763.
HSL color Cylindrical-coordinate representation of color #0323AF: hue angle of 228.84º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0323AF is Cyan = 0.98, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 35 | 175 | - |
| CMYK | 0.98 | 0.8 | 0 | 0.31 |
| HSL | 228.84º | 0.97% | 0.35% | - |
| HSV(B) | 228.84º | 0.98% | 0.69% | - |
| XYZ | 8.38 | 4.32 | 40.95 | - |
| YUV | 41.39 | 203.4 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 175 | 0.98 | 0.8 | 0 | 0.31 | 228.84 | 0.97 | 0.35 |
| Hex | 3 | 23 | AF | 62 | 50 | 0 | 1F | E5 | 61 | 23 |
| Octal | 3 | 43 | 257 | 142 | 120 | 0 | 37 | 345 | 141 | 43 |
| Binary | 11 | 100011 | 10101111 | 1100010 | 1010000 | 0 | 11111 | 11100101 | 1100001 | 100011 |
Color Harmonies of #0323AF
Complementary color
Monochromatic Colors of #0323AF
Black with #0323AF
Text Example
Text Example
White with #0323AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0323AF; }
p { color: rgb(3,35,175); }
H1.HeaderClassName
{
color: #0323AF;
}
.AnyTagClassName
{
color: #0323AF;
}
</style>
background-color css
<style>
a { background-color: #0323AF; }
a { background-color: rgb(3,35,175); }
div.DivClassName
{
background-color: #0323AF;
}
.BgClassName
{
background-color: #0323AF;
}
</style>
border-color css
<style>
span { border-color: #0323AF; }
span { border-color: rgb(3,35,175); }
td.TdClassName
{
border-color: #0323AF;
}
.TagClassName
{
border-color: #0323AF;
}
</style>