Shades of Persian Blue #2735CA
Tints of Persian Blue #2735CA
RGB
CMYK
RGB Variations
Color information
#2735CA (or 0x2735CA) is known color: Persian Blue. HEX triplet: 27, 35 and CA. RGB value is (39,53,202). Sum of RGB (Red+Green+Blue) = 39+53+202=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #2735CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2735CA is #D8CA35. Grayscale: #414141. Windows color (decimal): -14207542 or 13251879. OLE color: 13251879.
HSL color Cylindrical-coordinate representation of color #2735CA: hue angle of 234.85º 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 #2735CA is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 53 | 202 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.21 |
| HSL | 234.85º | 0.68% | 0.47% | - |
| HSV(B) | 234.85º | 0.81% | 0.79% | - |
| XYZ | 12.77 | 7.24 | 56.6 | - |
| YUV | 65.8 | 204.86 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 202 | 0.81 | 0.74 | 0 | 0.21 | 234.85 | 0.68 | 0.47 |
| Hex | 27 | 35 | CA | 51 | 4A | 0 | 15 | EB | 44 | 2F |
| Octal | 47 | 65 | 312 | 121 | 112 | 0 | 25 | 353 | 104 | 57 |
| Binary | 100111 | 110101 | 11001010 | 1010001 | 1001010 | 0 | 10101 | 11101011 | 1000100 | 101111 |
Color Harmonies of #2735CA
Complementary color
Monochromatic Colors of #2735CA
Black with #2735CA
Text Example
Text Example
White with #2735CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2735CA; }
p { color: rgb(39,53,202); }
H1.HeaderClassName
{
color: #2735CA;
}
.AnyTagClassName
{
color: #2735CA;
}
</style>
background-color css
<style>
a { background-color: #2735CA; }
a { background-color: rgb(39,53,202); }
div.DivClassName
{
background-color: #2735CA;
}
.BgClassName
{
background-color: #2735CA;
}
</style>
border-color css
<style>
span { border-color: #2735CA; }
span { border-color: rgb(39,53,202); }
td.TdClassName
{
border-color: #2735CA;
}
.TagClassName
{
border-color: #2735CA;
}
</style>