Shades of Persian Blue #372CB6
Tints of Persian Blue #372CB6
RGB
CMYK
RGB Variations
Color information
#372CB6 (or 0x372CB6) is known color: Persian Blue. HEX triplet: 37, 2C and B6. RGB value is (55,44,182). Sum of RGB (Red+Green+Blue) = 55+44+182=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #372CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CB6 is #C8D349. Grayscale: #3E3E3E. Windows color (decimal): -13161290 or 11938871. OLE color: 11938871.
HSL color Cylindrical-coordinate representation of color #372CB6: hue angle of 244.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372CB6 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 44 | 182 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.29 |
| HSL | 244.78º | 0.61% | 0.44% | - |
| HSV(B) | 244.78º | 0.76% | 0.71% | - |
| XYZ | 10.92 | 5.99 | 44.84 | - |
| YUV | 63.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 182 | 0.70 | 0.76 | 0 | 0.29 | 244.78 | 0.61 | 0.44 |
| Hex | 37 | 2C | B6 | 46 | 4C | 0 | 1D | F5 | 3D | 2C |
| Octal | 67 | 54 | 266 | 106 | 114 | 0 | 35 | 365 | 75 | 54 |
| Binary | 110111 | 101100 | 10110110 | 1000110 | 1001100 | 0 | 11101 | 11110101 | 111101 | 101100 |
Color Harmonies of #372CB6
Complementary color
Monochromatic Colors of #372CB6
Black with #372CB6
Text Example
Text Example
White with #372CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372CB6; }
p { color: rgb(55,44,182); }
H1.HeaderClassName
{
color: #372CB6;
}
.AnyTagClassName
{
color: #372CB6;
}
</style>
background-color css
<style>
a { background-color: #372CB6; }
a { background-color: rgb(55,44,182); }
div.DivClassName
{
background-color: #372CB6;
}
.BgClassName
{
background-color: #372CB6;
}
</style>
border-color css
<style>
span { border-color: #372CB6; }
span { border-color: rgb(55,44,182); }
td.TdClassName
{
border-color: #372CB6;
}
.TagClassName
{
border-color: #372CB6;
}
</style>