Html Css Color HEX #0336A7 International Klein Blue
📋 copy color: '#0336A7'red 3 ◦ green 54 ◦ blue 167
Shades of International Klein Blue #0336A7
Tints of International Klein Blue #0336A7
RGB
CMYK
RGB Variations
Color information
#0336A7 (or 0x0336A7) is known color: International Klein Blue. HEX triplet: 03, 36 and A7. RGB value is (3,54,167). Sum of RGB (Red+Green+Blue) = 3+54+167=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 167 (65.62% from 255 or 74.55% from 224); Max value from RGB is 167 - color contains mainly: blue. Hex color #0336A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0336A7 is #FCC958. Grayscale: #333333. Windows color (decimal): -16566617 or 10958339. OLE color: 10958339.
HSL color Cylindrical-coordinate representation of color #0336A7: hue angle of 221.34º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0336A7 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 54 | 167 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.35 |
| HSL | 221.34º | 0.96% | 0.33% | - |
| HSV(B) | 221.34º | 0.98% | 0.65% | - |
| XYZ | 8.33 | 5.45 | 37.17 | - |
| YUV | 51.63 | 193.1 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 167 | 0.98 | 0.68 | 0 | 0.35 | 221.34 | 0.96 | 0.33 |
| Hex | 3 | 36 | A7 | 62 | 44 | 0 | 23 | DD | 60 | 21 |
| Octal | 3 | 66 | 247 | 142 | 104 | 0 | 43 | 335 | 140 | 41 |
| Binary | 11 | 110110 | 10100111 | 1100010 | 1000100 | 0 | 100011 | 11011101 | 1100000 | 100001 |
Color Harmonies of #0336A7
Complementary color
Monochromatic Colors of #0336A7
Black with #0336A7
Text Example
Text Example
White with #0336A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0336A7; }
p { color: rgb(3,54,167); }
H1.HeaderClassName
{
color: #0336A7;
}
.AnyTagClassName
{
color: #0336A7;
}
</style>
background-color css
<style>
a { background-color: #0336A7; }
a { background-color: rgb(3,54,167); }
div.DivClassName
{
background-color: #0336A7;
}
.BgClassName
{
background-color: #0336A7;
}
</style>
border-color css
<style>
span { border-color: #0336A7; }
span { border-color: rgb(3,54,167); }
td.TdClassName
{
border-color: #0336A7;
}
.TagClassName
{
border-color: #0336A7;
}
</style>