Shades of Persian Blue #2F36CA
Tints of Persian Blue #2F36CA
RGB
CMYK
RGB Variations
Color information
#2F36CA (or 0x2F36CA) is known color: Persian Blue. HEX triplet: 2F, 36 and CA. RGB value is (47,54,202). Sum of RGB (Red+Green+Blue) = 47+54+202=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F36CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F36CA is #D0C935. Grayscale: #444444. Windows color (decimal): -13682998 or 13252143. OLE color: 13252143.
HSL color Cylindrical-coordinate representation of color #2F36CA: hue angle of 237.29º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F36CA is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 54 | 202 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.21 |
| HSL | 237.29º | 0.62% | 0.49% | - |
| HSV(B) | 237.29º | 0.77% | 0.79% | - |
| XYZ | 13.15 | 7.51 | 56.63 | - |
| YUV | 68.78 | 203.18 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 202 | 0.77 | 0.73 | 0 | 0.21 | 237.29 | 0.62 | 0.49 |
| Hex | 2F | 36 | CA | 4D | 49 | 0 | 15 | ED | 3E | 31 |
| Octal | 57 | 66 | 312 | 115 | 111 | 0 | 25 | 355 | 76 | 61 |
| Binary | 101111 | 110110 | 11001010 | 1001101 | 1001001 | 0 | 10101 | 11101101 | 111110 | 110001 |
Color Harmonies of #2F36CA
Complementary color
Monochromatic Colors of #2F36CA
Black with #2F36CA
Text Example
Text Example
White with #2F36CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F36CA; }
p { color: rgb(47,54,202); }
H1.HeaderClassName
{
color: #2F36CA;
}
.AnyTagClassName
{
color: #2F36CA;
}
</style>
background-color css
<style>
a { background-color: #2F36CA; }
a { background-color: rgb(47,54,202); }
div.DivClassName
{
background-color: #2F36CA;
}
.BgClassName
{
background-color: #2F36CA;
}
</style>
border-color css
<style>
span { border-color: #2F36CA; }
span { border-color: rgb(47,54,202); }
td.TdClassName
{
border-color: #2F36CA;
}
.TagClassName
{
border-color: #2F36CA;
}
</style>