Shades of Persian Blue #2B30BA
Tints of Persian Blue #2B30BA
RGB
CMYK
RGB Variations
Color information
#2B30BA (or 0x2B30BA) is known color: Persian Blue. HEX triplet: 2B, 30 and BA. RGB value is (43,48,186). Sum of RGB (Red+Green+Blue) = 43+48+186=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B30BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B30BA is #D4CF45. Grayscale: #3D3D3D. Windows color (decimal): -13946694 or 12202027. OLE color: 12202027.
HSL color Cylindrical-coordinate representation of color #2B30BA: hue angle of 237.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B30BA is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 48 | 186 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.27 |
| HSL | 237.9º | 0.62% | 0.45% | - |
| HSV(B) | 237.9º | 0.77% | 0.73% | - |
| XYZ | 10.92 | 6.17 | 47.07 | - |
| YUV | 62.24 | 197.84 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 48 | 186 | 0.77 | 0.74 | 0 | 0.27 | 237.9 | 0.62 | 0.45 |
| Hex | 2B | 30 | BA | 4D | 4A | 0 | 1B | EE | 3E | 2D |
| Octal | 53 | 60 | 272 | 115 | 112 | 0 | 33 | 356 | 76 | 55 |
| Binary | 101011 | 110000 | 10111010 | 1001101 | 1001010 | 0 | 11011 | 11101110 | 111110 | 101101 |
Color Harmonies of #2B30BA
Complementary color
Monochromatic Colors of #2B30BA
Black with #2B30BA
Text Example
Text Example
White with #2B30BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B30BA; }
p { color: rgb(43,48,186); }
H1.HeaderClassName
{
color: #2B30BA;
}
.AnyTagClassName
{
color: #2B30BA;
}
</style>
background-color css
<style>
a { background-color: #2B30BA; }
a { background-color: rgb(43,48,186); }
div.DivClassName
{
background-color: #2B30BA;
}
.BgClassName
{
background-color: #2B30BA;
}
</style>
border-color css
<style>
span { border-color: #2B30BA; }
span { border-color: rgb(43,48,186); }
td.TdClassName
{
border-color: #2B30BA;
}
.TagClassName
{
border-color: #2B30BA;
}
</style>