Shades of Persian Blue #2730BB
Tints of Persian Blue #2730BB
RGB
CMYK
RGB Variations
Color information
#2730BB (or 0x2730BB) is known color: Persian Blue. HEX triplet: 27, 30 and BB. RGB value is (39,48,187). Sum of RGB (Red+Green+Blue) = 39+48+187=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #2730BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2730BB is #D8CF44. Grayscale: #3C3C3C. Windows color (decimal): -14208837 or 12267559. OLE color: 12267559.
HSL color Cylindrical-coordinate representation of color #2730BB: hue angle of 236.35º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2730BB is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 48 | 187 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.27 |
| HSL | 236.35º | 0.65% | 0.44% | - |
| HSV(B) | 236.35º | 0.79% | 0.73% | - |
| XYZ | 10.86 | 6.13 | 47.62 | - |
| YUV | 61.16 | 199.02 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 187 | 0.79 | 0.74 | 0 | 0.27 | 236.35 | 0.65 | 0.44 |
| Hex | 27 | 30 | BB | 4F | 4A | 0 | 1B | EC | 41 | 2C |
| Octal | 47 | 60 | 273 | 117 | 112 | 0 | 33 | 354 | 101 | 54 |
| Binary | 100111 | 110000 | 10111011 | 1001111 | 1001010 | 0 | 11011 | 11101100 | 1000001 | 101100 |
Color Harmonies of #2730BB
Complementary color
Monochromatic Colors of #2730BB
Black with #2730BB
Text Example
Text Example
White with #2730BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2730BB; }
p { color: rgb(39,48,187); }
H1.HeaderClassName
{
color: #2730BB;
}
.AnyTagClassName
{
color: #2730BB;
}
</style>
background-color css
<style>
a { background-color: #2730BB; }
a { background-color: rgb(39,48,187); }
div.DivClassName
{
background-color: #2730BB;
}
.BgClassName
{
background-color: #2730BB;
}
</style>
border-color css
<style>
span { border-color: #2730BB; }
span { border-color: rgb(39,48,187); }
td.TdClassName
{
border-color: #2730BB;
}
.TagClassName
{
border-color: #2730BB;
}
</style>