Shades of Persian Blue #272ECB
Tints of Persian Blue #272ECB
RGB
CMYK
RGB Variations
Color information
#272ECB (or 0x272ECB) is known color: Persian Blue. HEX triplet: 27, 2E and CB. RGB value is (39,46,203). Sum of RGB (Red+Green+Blue) = 39+46+203=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #272ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ECB is #D8D134. Grayscale: #3D3D3D. Windows color (decimal): -14209333 or 13315623. OLE color: 13315623.
HSL color Cylindrical-coordinate representation of color #272ECB: hue angle of 237.44º 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 #272ECB is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 46 | 203 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.20 |
| HSL | 237.44º | 0.68% | 0.47% | - |
| HSV(B) | 237.44º | 0.81% | 0.8% | - |
| XYZ | 12.59 | 6.7 | 57.13 | - |
| YUV | 61.81 | 207.68 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 203 | 0.81 | 0.77 | 0 | 0.20 | 237.44 | 0.68 | 0.47 |
| Hex | 27 | 2E | CB | 51 | 4D | 0 | 14 | ED | 44 | 2F |
| Octal | 47 | 56 | 313 | 121 | 115 | 0 | 24 | 355 | 104 | 57 |
| Binary | 100111 | 101110 | 11001011 | 1010001 | 1001101 | 0 | 10100 | 11101101 | 1000100 | 101111 |
Color Harmonies of #272ECB
Complementary color
Monochromatic Colors of #272ECB
Black with #272ECB
Text Example
Text Example
White with #272ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272ECB; }
p { color: rgb(39,46,203); }
H1.HeaderClassName
{
color: #272ECB;
}
.AnyTagClassName
{
color: #272ECB;
}
</style>
background-color css
<style>
a { background-color: #272ECB; }
a { background-color: rgb(39,46,203); }
div.DivClassName
{
background-color: #272ECB;
}
.BgClassName
{
background-color: #272ECB;
}
</style>
border-color css
<style>
span { border-color: #272ECB; }
span { border-color: rgb(39,46,203); }
td.TdClassName
{
border-color: #272ECB;
}
.TagClassName
{
border-color: #272ECB;
}
</style>