Shades of Persian Blue #2734C9
Tints of Persian Blue #2734C9
RGB
CMYK
RGB Variations
Color information
#2734C9 (or 0x2734C9) is known color: Persian Blue. HEX triplet: 27, 34 and C9. RGB value is (39,52,201). Sum of RGB (Red+Green+Blue) = 39+52+201=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 201 (78.91% from 255 or 68.84% from 292); Max value from RGB is 201 - color contains mainly: blue. Hex color #2734C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2734C9 is #D8CB36. Grayscale: #404040. Windows color (decimal): -14207799 or 13186087. OLE color: 13186087.
HSL color Cylindrical-coordinate representation of color #2734C9: hue angle of 235.19º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2734C9 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 52 | 201 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.21 |
| HSL | 235.19º | 0.68% | 0.47% | - |
| HSV(B) | 235.19º | 0.81% | 0.79% | - |
| XYZ | 12.61 | 7.1 | 55.97 | - |
| YUV | 65.1 | 204.69 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 201 | 0.81 | 0.74 | 0 | 0.21 | 235.19 | 0.68 | 0.47 |
| Hex | 27 | 34 | C9 | 51 | 4A | 0 | 15 | EB | 44 | 2F |
| Octal | 47 | 64 | 311 | 121 | 112 | 0 | 25 | 353 | 104 | 57 |
| Binary | 100111 | 110100 | 11001001 | 1010001 | 1001010 | 0 | 10101 | 11101011 | 1000100 | 101111 |
Color Harmonies of #2734C9
Complementary color
Monochromatic Colors of #2734C9
Black with #2734C9
Text Example
Text Example
White with #2734C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2734C9; }
p { color: rgb(39,52,201); }
H1.HeaderClassName
{
color: #2734C9;
}
.AnyTagClassName
{
color: #2734C9;
}
</style>
background-color css
<style>
a { background-color: #2734C9; }
a { background-color: rgb(39,52,201); }
div.DivClassName
{
background-color: #2734C9;
}
.BgClassName
{
background-color: #2734C9;
}
</style>
border-color css
<style>
span { border-color: #2734C9; }
span { border-color: rgb(39,52,201); }
td.TdClassName
{
border-color: #2734C9;
}
.TagClassName
{
border-color: #2734C9;
}
</style>