Shades of Persian Blue #2F34CE
Tints of Persian Blue #2F34CE
RGB
CMYK
RGB Variations
Color information
#2F34CE (or 0x2F34CE) is known color: Persian Blue. HEX triplet: 2F, 34 and CE. RGB value is (47,52,206). Sum of RGB (Red+Green+Blue) = 47+52+206=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F34CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F34CE is #D0CB31. Grayscale: #434343. Windows color (decimal): -13683506 or 13513775. OLE color: 13513775.
HSL color Cylindrical-coordinate representation of color #2F34CE: hue angle of 238.11º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F34CE is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 52 | 206 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.19 |
| HSL | 238.11º | 0.63% | 0.5% | - |
| HSV(B) | 238.11º | 0.77% | 0.81% | - |
| XYZ | 13.54 | 7.52 | 59.13 | - |
| YUV | 68.06 | 205.84 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 206 | 0.77 | 0.75 | 0 | 0.19 | 238.11 | 0.63 | 0.5 |
| Hex | 2F | 34 | CE | 4D | 4B | 0 | 13 | EE | 3F | 32 |
| Octal | 57 | 64 | 316 | 115 | 113 | 0 | 23 | 356 | 77 | 62 |
| Binary | 101111 | 110100 | 11001110 | 1001101 | 1001011 | 0 | 10011 | 11101110 | 111111 | 110010 |
Color Harmonies of #2F34CE
Complementary color
Monochromatic Colors of #2F34CE
Black with #2F34CE
Text Example
Text Example
White with #2F34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F34CE; }
p { color: rgb(47,52,206); }
H1.HeaderClassName
{
color: #2F34CE;
}
.AnyTagClassName
{
color: #2F34CE;
}
</style>
background-color css
<style>
a { background-color: #2F34CE; }
a { background-color: rgb(47,52,206); }
div.DivClassName
{
background-color: #2F34CE;
}
.BgClassName
{
background-color: #2F34CE;
}
</style>
border-color css
<style>
span { border-color: #2F34CE; }
span { border-color: rgb(47,52,206); }
td.TdClassName
{
border-color: #2F34CE;
}
.TagClassName
{
border-color: #2F34CE;
}
</style>