Shades of Persian Blue #2F36A6
Tints of Persian Blue #2F36A6
RGB
CMYK
RGB Variations
Color information
#2F36A6 (or 0x2F36A6) is known color: Persian Blue. HEX triplet: 2F, 36 and A6. RGB value is (47,54,166). Sum of RGB (Red+Green+Blue) = 47+54+166=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 166 (65.23% from 255 or 62.17% from 267); Max value from RGB is 166 - color contains mainly: blue. Hex color #2F36A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F36A6 is #D0C959. Grayscale: #404040. Windows color (decimal): -13683034 or 10892847. OLE color: 10892847.
HSL color Cylindrical-coordinate representation of color #2F36A6: hue angle of 236.47º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F36A6 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 54 | 166 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.35 |
| HSL | 236.47º | 0.56% | 0.42% | - |
| HSV(B) | 236.47º | 0.72% | 0.65% | - |
| XYZ | 9.37 | 6 | 36.74 | - |
| YUV | 64.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 166 | 0.72 | 0.67 | 0 | 0.35 | 236.47 | 0.56 | 0.42 |
| Hex | 2F | 36 | A6 | 48 | 43 | 0 | 23 | EC | 38 | 2A |
| Octal | 57 | 66 | 246 | 110 | 103 | 0 | 43 | 354 | 70 | 52 |
| Binary | 101111 | 110110 | 10100110 | 1001000 | 1000011 | 0 | 100011 | 11101100 | 111000 | 101010 |
Color Harmonies of #2F36A6
Complementary color
Monochromatic Colors of #2F36A6
Black with #2F36A6
Text Example
Text Example
White with #2F36A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F36A6; }
p { color: rgb(47,54,166); }
H1.HeaderClassName
{
color: #2F36A6;
}
.AnyTagClassName
{
color: #2F36A6;
}
</style>
background-color css
<style>
a { background-color: #2F36A6; }
a { background-color: rgb(47,54,166); }
div.DivClassName
{
background-color: #2F36A6;
}
.BgClassName
{
background-color: #2F36A6;
}
</style>
border-color css
<style>
span { border-color: #2F36A6; }
span { border-color: rgb(47,54,166); }
td.TdClassName
{
border-color: #2F36A6;
}
.TagClassName
{
border-color: #2F36A6;
}
</style>