Shades of Persian Blue #2739CA
Tints of Persian Blue #2739CA
RGB
CMYK
RGB Variations
Color information
#2739CA (or 0x2739CA) is known color: Persian Blue. HEX triplet: 27, 39 and CA. RGB value is (39,57,202). Sum of RGB (Red+Green+Blue) = 39+57+202=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #2739CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2739CA is #D8C635. Grayscale: #434343. Windows color (decimal): -14206518 or 13252903. OLE color: 13252903.
HSL color Cylindrical-coordinate representation of color #2739CA: hue angle of 233.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2739CA is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 57 | 202 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.21 |
| HSL | 233.37º | 0.68% | 0.47% | - |
| HSV(B) | 233.37º | 0.81% | 0.79% | - |
| XYZ | 12.96 | 7.62 | 56.67 | - |
| YUV | 68.15 | 203.54 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 202 | 0.81 | 0.72 | 0 | 0.21 | 233.37 | 0.68 | 0.47 |
| Hex | 27 | 39 | CA | 51 | 48 | 0 | 15 | E9 | 44 | 2F |
| Octal | 47 | 71 | 312 | 121 | 110 | 0 | 25 | 351 | 104 | 57 |
| Binary | 100111 | 111001 | 11001010 | 1010001 | 1001000 | 0 | 10101 | 11101001 | 1000100 | 101111 |
Color Harmonies of #2739CA
Complementary color
Monochromatic Colors of #2739CA
Black with #2739CA
Text Example
Text Example
White with #2739CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2739CA; }
p { color: rgb(39,57,202); }
H1.HeaderClassName
{
color: #2739CA;
}
.AnyTagClassName
{
color: #2739CA;
}
</style>
background-color css
<style>
a { background-color: #2739CA; }
a { background-color: rgb(39,57,202); }
div.DivClassName
{
background-color: #2739CA;
}
.BgClassName
{
background-color: #2739CA;
}
</style>
border-color css
<style>
span { border-color: #2739CA; }
span { border-color: rgb(39,57,202); }
td.TdClassName
{
border-color: #2739CA;
}
.TagClassName
{
border-color: #2739CA;
}
</style>