Shades of Persian Blue #2736DA
Tints of Persian Blue #2736DA
RGB
CMYK
RGB Variations
Color information
#2736DA (or 0x2736DA) is known color: Persian Blue. HEX triplet: 27, 36 and DA. RGB value is (39,54,218). Sum of RGB (Red+Green+Blue) = 39+54+218=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #2736DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2736DA is #D8C925. Grayscale: #434343. Windows color (decimal): -14207270 or 14300711. OLE color: 14300711.
HSL color Cylindrical-coordinate representation of color #2736DA: hue angle of 234.97º 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 #2736DA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 54 | 218 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.15 |
| HSL | 234.97º | 0.71% | 0.5% | - |
| HSV(B) | 234.97º | 0.82% | 0.85% | - |
| XYZ | 14.81 | 8.13 | 67.12 | - |
| YUV | 68.21 | 212.53 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 218 | 0.82 | 0.75 | 0 | 0.15 | 234.97 | 0.71 | 0.5 |
| Hex | 27 | 36 | DA | 52 | 4B | 0 | F | EB | 47 | 32 |
| Octal | 47 | 66 | 332 | 122 | 113 | 0 | 17 | 353 | 107 | 62 |
| Binary | 100111 | 110110 | 11011010 | 1010010 | 1001011 | 0 | 1111 | 11101011 | 1000111 | 110010 |
Color Harmonies of #2736DA
Complementary color
Monochromatic Colors of #2736DA
Black with #2736DA
Text Example
Text Example
White with #2736DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2736DA; }
p { color: rgb(39,54,218); }
H1.HeaderClassName
{
color: #2736DA;
}
.AnyTagClassName
{
color: #2736DA;
}
</style>
background-color css
<style>
a { background-color: #2736DA; }
a { background-color: rgb(39,54,218); }
div.DivClassName
{
background-color: #2736DA;
}
.BgClassName
{
background-color: #2736DA;
}
</style>
border-color css
<style>
span { border-color: #2736DA; }
span { border-color: rgb(39,54,218); }
td.TdClassName
{
border-color: #2736DA;
}
.TagClassName
{
border-color: #2736DA;
}
</style>