Html Css Color HEX #0333AF International Klein Blue
📋 copy color: '#0333AF'red 3 ◦ green 51 ◦ blue 175
Shades of International Klein Blue #0333AF
Tints of International Klein Blue #0333AF
RGB
CMYK
RGB Variations
Color information
#0333AF (or 0x0333AF) is known color: International Klein Blue. HEX triplet: 03, 33 and AF. RGB value is (3,51,175). Sum of RGB (Red+Green+Blue) = 3+51+175=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #0333AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0333AF is #FCCC50. Grayscale: #323232. Windows color (decimal): -16567377 or 11481859. OLE color: 11481859.
HSL color Cylindrical-coordinate representation of color #0333AF: hue angle of 223.26º 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 #0333AF is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 51 | 175 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.31 |
| HSL | 223.26º | 0.97% | 0.35% | - |
| HSV(B) | 223.26º | 0.98% | 0.69% | - |
| XYZ | 8.96 | 5.48 | 41.14 | - |
| YUV | 50.78 | 198.1 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 175 | 0.98 | 0.71 | 0 | 0.31 | 223.26 | 0.97 | 0.35 |
| Hex | 3 | 33 | AF | 62 | 47 | 0 | 1F | DF | 61 | 23 |
| Octal | 3 | 63 | 257 | 142 | 107 | 0 | 37 | 337 | 141 | 43 |
| Binary | 11 | 110011 | 10101111 | 1100010 | 1000111 | 0 | 11111 | 11011111 | 1100001 | 100011 |
Color Harmonies of #0333AF
Complementary color
Monochromatic Colors of #0333AF
Black with #0333AF
Text Example
Text Example
White with #0333AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0333AF; }
p { color: rgb(3,51,175); }
H1.HeaderClassName
{
color: #0333AF;
}
.AnyTagClassName
{
color: #0333AF;
}
</style>
background-color css
<style>
a { background-color: #0333AF; }
a { background-color: rgb(3,51,175); }
div.DivClassName
{
background-color: #0333AF;
}
.BgClassName
{
background-color: #0333AF;
}
</style>
border-color css
<style>
span { border-color: #0333AF; }
span { border-color: rgb(3,51,175); }
td.TdClassName
{
border-color: #0333AF;
}
.TagClassName
{
border-color: #0333AF;
}
</style>