Shades of Persian Blue #2730BA
Tints of Persian Blue #2730BA
RGB
CMYK
RGB Variations
Color information
#2730BA (or 0x2730BA) is known color: Persian Blue. HEX triplet: 27, 30 and BA. RGB value is (39,48,186). Sum of RGB (Red+Green+Blue) = 39+48+186=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #2730BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2730BA is #D8CF45. Grayscale: #3C3C3C. Windows color (decimal): -14208838 or 12202023. OLE color: 12202023.
HSL color Cylindrical-coordinate representation of color #2730BA: hue angle of 236.33º 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 #2730BA is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 48 | 186 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.27 |
| HSL | 236.33º | 0.65% | 0.44% | - |
| HSV(B) | 236.33º | 0.79% | 0.73% | - |
| XYZ | 10.76 | 6.09 | 47.06 | - |
| YUV | 61.04 | 198.52 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 186 | 0.79 | 0.74 | 0 | 0.27 | 236.33 | 0.65 | 0.44 |
| Hex | 27 | 30 | BA | 4F | 4A | 0 | 1B | EC | 41 | 2C |
| Octal | 47 | 60 | 272 | 117 | 112 | 0 | 33 | 354 | 101 | 54 |
| Binary | 100111 | 110000 | 10111010 | 1001111 | 1001010 | 0 | 11011 | 11101100 | 1000001 | 101100 |
Color Harmonies of #2730BA
Complementary color
Monochromatic Colors of #2730BA
Black with #2730BA
Text Example
Text Example
White with #2730BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2730BA; }
p { color: rgb(39,48,186); }
H1.HeaderClassName
{
color: #2730BA;
}
.AnyTagClassName
{
color: #2730BA;
}
</style>
background-color css
<style>
a { background-color: #2730BA; }
a { background-color: rgb(39,48,186); }
div.DivClassName
{
background-color: #2730BA;
}
.BgClassName
{
background-color: #2730BA;
}
</style>
border-color css
<style>
span { border-color: #2730BA; }
span { border-color: rgb(39,48,186); }
td.TdClassName
{
border-color: #2730BA;
}
.TagClassName
{
border-color: #2730BA;
}
</style>