Shades of Persian Blue #2735B9
Tints of Persian Blue #2735B9
RGB
CMYK
RGB Variations
Color information
#2735B9 (or 0x2735B9) is known color: Persian Blue. HEX triplet: 27, 35 and B9. RGB value is (39,53,185). Sum of RGB (Red+Green+Blue) = 39+53+185=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #2735B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2735B9 is #D8CA46. Grayscale: #3F3F3F. Windows color (decimal): -14207559 or 12137767. OLE color: 12137767.
HSL color Cylindrical-coordinate representation of color #2735B9: hue angle of 234.25º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2735B9 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 53 | 185 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.27 |
| HSL | 234.25º | 0.65% | 0.44% | - |
| HSV(B) | 234.25º | 0.79% | 0.73% | - |
| XYZ | 10.87 | 6.48 | 46.58 | - |
| YUV | 63.86 | 196.36 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 185 | 0.79 | 0.71 | 0 | 0.27 | 234.25 | 0.65 | 0.44 |
| Hex | 27 | 35 | B9 | 4F | 47 | 0 | 1B | EA | 41 | 2C |
| Octal | 47 | 65 | 271 | 117 | 107 | 0 | 33 | 352 | 101 | 54 |
| Binary | 100111 | 110101 | 10111001 | 1001111 | 1000111 | 0 | 11011 | 11101010 | 1000001 | 101100 |
Color Harmonies of #2735B9
Complementary color
Monochromatic Colors of #2735B9
Black with #2735B9
Text Example
Text Example
White with #2735B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2735B9; }
p { color: rgb(39,53,185); }
H1.HeaderClassName
{
color: #2735B9;
}
.AnyTagClassName
{
color: #2735B9;
}
</style>
background-color css
<style>
a { background-color: #2735B9; }
a { background-color: rgb(39,53,185); }
div.DivClassName
{
background-color: #2735B9;
}
.BgClassName
{
background-color: #2735B9;
}
</style>
border-color css
<style>
span { border-color: #2735B9; }
span { border-color: rgb(39,53,185); }
td.TdClassName
{
border-color: #2735B9;
}
.TagClassName
{
border-color: #2735B9;
}
</style>