Shades of Persian Blue #2735A7
Tints of Persian Blue #2735A7
RGB
CMYK
RGB Variations
Color information
#2735A7 (or 0x2735A7) is known color: Persian Blue. HEX triplet: 27, 35 and A7. RGB value is (39,53,167). Sum of RGB (Red+Green+Blue) = 39+53+167=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 167 (65.62% from 255 or 64.48% from 259); Max value from RGB is 167 - color contains mainly: blue. Hex color #2735A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2735A7 is #D8CA58. Grayscale: #3D3D3D. Windows color (decimal): -14207577 or 10958119. OLE color: 10958119.
HSL color Cylindrical-coordinate representation of color #2735A7: hue angle of 233.44º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2735A7 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 53 | 167 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.35 |
| HSL | 233.44º | 0.62% | 0.4% | - |
| HSV(B) | 233.44º | 0.77% | 0.65% | - |
| XYZ | 9.08 | 5.77 | 37.19 | - |
| YUV | 61.81 | 187.36 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 167 | 0.77 | 0.68 | 0 | 0.35 | 233.44 | 0.62 | 0.4 |
| Hex | 27 | 35 | A7 | 4D | 44 | 0 | 23 | E9 | 3E | 28 |
| Octal | 47 | 65 | 247 | 115 | 104 | 0 | 43 | 351 | 76 | 50 |
| Binary | 100111 | 110101 | 10100111 | 1001101 | 1000100 | 0 | 100011 | 11101001 | 111110 | 101000 |
Color Harmonies of #2735A7
Complementary color
Monochromatic Colors of #2735A7
Black with #2735A7
Text Example
Text Example
White with #2735A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2735A7; }
p { color: rgb(39,53,167); }
H1.HeaderClassName
{
color: #2735A7;
}
.AnyTagClassName
{
color: #2735A7;
}
</style>
background-color css
<style>
a { background-color: #2735A7; }
a { background-color: rgb(39,53,167); }
div.DivClassName
{
background-color: #2735A7;
}
.BgClassName
{
background-color: #2735A7;
}
</style>
border-color css
<style>
span { border-color: #2735A7; }
span { border-color: rgb(39,53,167); }
td.TdClassName
{
border-color: #2735A7;
}
.TagClassName
{
border-color: #2735A7;
}
</style>