Shades of Persian Blue #0336CA
Tints of Persian Blue #0336CA
RGB
CMYK
RGB Variations
Color information
#0336CA (or 0x0336CA) is known color: Persian Blue. HEX triplet: 03, 36 and CA. RGB value is (3,54,202). Sum of RGB (Red+Green+Blue) = 3+54+202=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 202 (79.30% from 255 or 77.99% from 259); Max value from RGB is 202 - color contains mainly: blue. Hex color #0336CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0336CA is #FCC935. Grayscale: #363636. Windows color (decimal): -16566582 or 13252099. OLE color: 13252099.
HSL color Cylindrical-coordinate representation of color #0336CA: hue angle of 224.62º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0336CA is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 54 | 202 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.21 |
| HSL | 224.62º | 0.97% | 0.4% | - |
| HSV(B) | 224.62º | 0.99% | 0.79% | - |
| XYZ | 12.02 | 6.92 | 56.58 | - |
| YUV | 55.62 | 210.6 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 202 | 0.99 | 0.73 | 0 | 0.21 | 224.62 | 0.97 | 0.4 |
| Hex | 3 | 36 | CA | 63 | 49 | 0 | 15 | E1 | 61 | 28 |
| Octal | 3 | 66 | 312 | 143 | 111 | 0 | 25 | 341 | 141 | 50 |
| Binary | 11 | 110110 | 11001010 | 1100011 | 1001001 | 0 | 10101 | 11100001 | 1100001 | 101000 |
Color Harmonies of #0336CA
Complementary color
Monochromatic Colors of #0336CA
Black with #0336CA
Text Example
Text Example
White with #0336CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0336CA; }
p { color: rgb(3,54,202); }
H1.HeaderClassName
{
color: #0336CA;
}
.AnyTagClassName
{
color: #0336CA;
}
</style>
background-color css
<style>
a { background-color: #0336CA; }
a { background-color: rgb(3,54,202); }
div.DivClassName
{
background-color: #0336CA;
}
.BgClassName
{
background-color: #0336CA;
}
</style>
border-color css
<style>
span { border-color: #0336CA; }
span { border-color: rgb(3,54,202); }
td.TdClassName
{
border-color: #0336CA;
}
.TagClassName
{
border-color: #0336CA;
}
</style>