Shades of Persian Blue #2735CB
Tints of Persian Blue #2735CB
RGB
CMYK
RGB Variations
Color information
#2735CB (or 0x2735CB) is known color: Persian Blue. HEX triplet: 27, 35 and CB. RGB value is (39,53,203). Sum of RGB (Red+Green+Blue) = 39+53+203=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #2735CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2735CB is #D8CA34. Grayscale: #414141. Windows color (decimal): -14207541 or 13317415. OLE color: 13317415.
HSL color Cylindrical-coordinate representation of color #2735CB: hue angle of 234.88º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2735CB is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 53 | 203 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.20 |
| HSL | 234.88º | 0.68% | 0.47% | - |
| HSV(B) | 234.88º | 0.81% | 0.8% | - |
| XYZ | 12.89 | 7.29 | 57.23 | - |
| YUV | 65.91 | 205.36 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 203 | 0.81 | 0.74 | 0 | 0.20 | 234.88 | 0.68 | 0.47 |
| Hex | 27 | 35 | CB | 51 | 4A | 0 | 14 | EB | 44 | 2F |
| Octal | 47 | 65 | 313 | 121 | 112 | 0 | 24 | 353 | 104 | 57 |
| Binary | 100111 | 110101 | 11001011 | 1010001 | 1001010 | 0 | 10100 | 11101011 | 1000100 | 101111 |
Color Harmonies of #2735CB
Complementary color
Monochromatic Colors of #2735CB
Black with #2735CB
Text Example
Text Example
White with #2735CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2735CB; }
p { color: rgb(39,53,203); }
H1.HeaderClassName
{
color: #2735CB;
}
.AnyTagClassName
{
color: #2735CB;
}
</style>
background-color css
<style>
a { background-color: #2735CB; }
a { background-color: rgb(39,53,203); }
div.DivClassName
{
background-color: #2735CB;
}
.BgClassName
{
background-color: #2735CB;
}
</style>
border-color css
<style>
span { border-color: #2735CB; }
span { border-color: rgb(39,53,203); }
td.TdClassName
{
border-color: #2735CB;
}
.TagClassName
{
border-color: #2735CB;
}
</style>