Shades of Persian Blue #2A37BD
Tints of Persian Blue #2A37BD
RGB
CMYK
RGB Variations
Color information
#2A37BD (or 0x2A37BD) is known color: Persian Blue. HEX triplet: 2A, 37 and BD. RGB value is (42,55,189). Sum of RGB (Red+Green+Blue) = 42+55+189=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A37BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A37BD is #D5C842. Grayscale: #414141. Windows color (decimal): -14010435 or 12400426. OLE color: 12400426.
HSL color Cylindrical-coordinate representation of color #2A37BD: hue angle of 234.69º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A37BD is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 55 | 189 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.26 |
| HSL | 234.69º | 0.64% | 0.45% | - |
| HSV(B) | 234.69º | 0.78% | 0.74% | - |
| XYZ | 11.51 | 6.9 | 48.87 | - |
| YUV | 66.39 | 197.19 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 189 | 0.78 | 0.71 | 0 | 0.26 | 234.69 | 0.64 | 0.45 |
| Hex | 2A | 37 | BD | 4E | 47 | 0 | 1A | EB | 40 | 2D |
| Octal | 52 | 67 | 275 | 116 | 107 | 0 | 32 | 353 | 100 | 55 |
| Binary | 101010 | 110111 | 10111101 | 1001110 | 1000111 | 0 | 11010 | 11101011 | 1000000 | 101101 |
Color Harmonies of #2A37BD
Complementary color
Monochromatic Colors of #2A37BD
Black with #2A37BD
Text Example
Text Example
White with #2A37BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A37BD; }
p { color: rgb(42,55,189); }
H1.HeaderClassName
{
color: #2A37BD;
}
.AnyTagClassName
{
color: #2A37BD;
}
</style>
background-color css
<style>
a { background-color: #2A37BD; }
a { background-color: rgb(42,55,189); }
div.DivClassName
{
background-color: #2A37BD;
}
.BgClassName
{
background-color: #2A37BD;
}
</style>
border-color css
<style>
span { border-color: #2A37BD; }
span { border-color: rgb(42,55,189); }
td.TdClassName
{
border-color: #2A37BD;
}
.TagClassName
{
border-color: #2A37BD;
}
</style>