Shades of Persian Blue #2739CE
Tints of Persian Blue #2739CE
RGB
CMYK
RGB Variations
Color information
#2739CE (or 0x2739CE) is known color: Persian Blue. HEX triplet: 27, 39 and CE. RGB value is (39,57,206). Sum of RGB (Red+Green+Blue) = 39+57+206=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #2739CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2739CE is #D8C631. Grayscale: #434343. Windows color (decimal): -14206514 or 13515047. OLE color: 13515047.
HSL color Cylindrical-coordinate representation of color #2739CE: hue angle of 233.53º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2739CE is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 57 | 206 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.19 |
| HSL | 233.53º | 0.68% | 0.48% | - |
| HSV(B) | 233.53º | 0.81% | 0.81% | - |
| XYZ | 13.44 | 7.81 | 59.19 | - |
| YUV | 68.6 | 205.54 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 206 | 0.81 | 0.72 | 0 | 0.19 | 233.53 | 0.68 | 0.48 |
| Hex | 27 | 39 | CE | 51 | 48 | 0 | 13 | EA | 44 | 30 |
| Octal | 47 | 71 | 316 | 121 | 110 | 0 | 23 | 352 | 104 | 60 |
| Binary | 100111 | 111001 | 11001110 | 1010001 | 1001000 | 0 | 10011 | 11101010 | 1000100 | 110000 |
Color Harmonies of #2739CE
Complementary color
Monochromatic Colors of #2739CE
Black with #2739CE
Text Example
Text Example
White with #2739CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2739CE; }
p { color: rgb(39,57,206); }
H1.HeaderClassName
{
color: #2739CE;
}
.AnyTagClassName
{
color: #2739CE;
}
</style>
background-color css
<style>
a { background-color: #2739CE; }
a { background-color: rgb(39,57,206); }
div.DivClassName
{
background-color: #2739CE;
}
.BgClassName
{
background-color: #2739CE;
}
</style>
border-color css
<style>
span { border-color: #2739CE; }
span { border-color: rgb(39,57,206); }
td.TdClassName
{
border-color: #2739CE;
}
.TagClassName
{
border-color: #2739CE;
}
</style>