Shades of Persian Blue #372BB8
Tints of Persian Blue #372BB8
RGB
CMYK
RGB Variations
Color information
#372BB8 (or 0x372BB8) is known color: Persian Blue. HEX triplet: 37, 2B and B8. RGB value is (55,43,184). Sum of RGB (Red+Green+Blue) = 55+43+184=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 184 (72.27% from 255 or 65.25% from 282); Max value from RGB is 184 - color contains mainly: blue. Hex color #372BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BB8 is #C8D447. Grayscale: #3E3E3E. Windows color (decimal): -13161544 or 12069687. OLE color: 12069687.
HSL color Cylindrical-coordinate representation of color #372BB8: hue angle of 245.11º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372BB8 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 43 | 184 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.28 |
| HSL | 245.11º | 0.62% | 0.45% | - |
| HSV(B) | 245.11º | 0.77% | 0.72% | - |
| XYZ | 11.09 | 6 | 45.92 | - |
| YUV | 62.66 | 196.48 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 184 | 0.70 | 0.77 | 0 | 0.28 | 245.11 | 0.62 | 0.45 |
| Hex | 37 | 2B | B8 | 46 | 4D | 0 | 1C | F5 | 3E | 2D |
| Octal | 67 | 53 | 270 | 106 | 115 | 0 | 34 | 365 | 76 | 55 |
| Binary | 110111 | 101011 | 10111000 | 1000110 | 1001101 | 0 | 11100 | 11110101 | 111110 | 101101 |
Color Harmonies of #372BB8
Complementary color
Monochromatic Colors of #372BB8
Black with #372BB8
Text Example
Text Example
White with #372BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372BB8; }
p { color: rgb(55,43,184); }
H1.HeaderClassName
{
color: #372BB8;
}
.AnyTagClassName
{
color: #372BB8;
}
</style>
background-color css
<style>
a { background-color: #372BB8; }
a { background-color: rgb(55,43,184); }
div.DivClassName
{
background-color: #372BB8;
}
.BgClassName
{
background-color: #372BB8;
}
</style>
border-color css
<style>
span { border-color: #372BB8; }
span { border-color: rgb(55,43,184); }
td.TdClassName
{
border-color: #372BB8;
}
.TagClassName
{
border-color: #372BB8;
}
</style>