Shades of Persian Blue #2735DA
Tints of Persian Blue #2735DA
RGB
CMYK
RGB Variations
Color information
#2735DA (or 0x2735DA) is known color: Persian Blue. HEX triplet: 27, 35 and DA. RGB value is (39,53,218). Sum of RGB (Red+Green+Blue) = 39+53+218=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #2735DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2735DA is #D8CA25. Grayscale: #424242. Windows color (decimal): -14207526 or 14300455. OLE color: 14300455.
HSL color Cylindrical-coordinate representation of color #2735DA: hue angle of 235.31º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2735DA is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 53 | 218 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.15 |
| HSL | 235.31º | 0.71% | 0.5% | - |
| HSV(B) | 235.31º | 0.82% | 0.85% | - |
| XYZ | 14.76 | 8.04 | 67.1 | - |
| YUV | 67.62 | 212.86 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 218 | 0.82 | 0.76 | 0 | 0.15 | 235.31 | 0.71 | 0.5 |
| Hex | 27 | 35 | DA | 52 | 4C | 0 | F | EB | 47 | 32 |
| Octal | 47 | 65 | 332 | 122 | 114 | 0 | 17 | 353 | 107 | 62 |
| Binary | 100111 | 110101 | 11011010 | 1010010 | 1001100 | 0 | 1111 | 11101011 | 1000111 | 110010 |
Color Harmonies of #2735DA
Complementary color
Monochromatic Colors of #2735DA
Black with #2735DA
Text Example
Text Example
White with #2735DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2735DA; }
p { color: rgb(39,53,218); }
H1.HeaderClassName
{
color: #2735DA;
}
.AnyTagClassName
{
color: #2735DA;
}
</style>
background-color css
<style>
a { background-color: #2735DA; }
a { background-color: rgb(39,53,218); }
div.DivClassName
{
background-color: #2735DA;
}
.BgClassName
{
background-color: #2735DA;
}
</style>
border-color css
<style>
span { border-color: #2735DA; }
span { border-color: rgb(39,53,218); }
td.TdClassName
{
border-color: #2735DA;
}
.TagClassName
{
border-color: #2735DA;
}
</style>