Shades of Persian Blue #2736CB
Tints of Persian Blue #2736CB
RGB
CMYK
RGB Variations
Color information
#2736CB (or 0x2736CB) is known color: Persian Blue. HEX triplet: 27, 36 and CB. RGB value is (39,54,203). Sum of RGB (Red+Green+Blue) = 39+54+203=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #2736CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2736CB is #D8C934. Grayscale: #414141. Windows color (decimal): -14207285 or 13317671. OLE color: 13317671.
HSL color Cylindrical-coordinate representation of color #2736CB: hue angle of 234.51º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2736CB is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 54 | 203 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.20 |
| HSL | 234.51º | 0.68% | 0.47% | - |
| HSV(B) | 234.51º | 0.81% | 0.8% | - |
| XYZ | 12.94 | 7.38 | 57.24 | - |
| YUV | 66.5 | 205.03 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 203 | 0.81 | 0.73 | 0 | 0.20 | 234.51 | 0.68 | 0.47 |
| Hex | 27 | 36 | CB | 51 | 49 | 0 | 14 | EB | 44 | 2F |
| Octal | 47 | 66 | 313 | 121 | 111 | 0 | 24 | 353 | 104 | 57 |
| Binary | 100111 | 110110 | 11001011 | 1010001 | 1001001 | 0 | 10100 | 11101011 | 1000100 | 101111 |
Color Harmonies of #2736CB
Complementary color
Monochromatic Colors of #2736CB
Black with #2736CB
Text Example
Text Example
White with #2736CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2736CB; }
p { color: rgb(39,54,203); }
H1.HeaderClassName
{
color: #2736CB;
}
.AnyTagClassName
{
color: #2736CB;
}
</style>
background-color css
<style>
a { background-color: #2736CB; }
a { background-color: rgb(39,54,203); }
div.DivClassName
{
background-color: #2736CB;
}
.BgClassName
{
background-color: #2736CB;
}
</style>
border-color css
<style>
span { border-color: #2736CB; }
span { border-color: rgb(39,54,203); }
td.TdClassName
{
border-color: #2736CB;
}
.TagClassName
{
border-color: #2736CB;
}
</style>