Shades of Persian Blue #372DD4
Tints of Persian Blue #372DD4
RGB
CMYK
RGB Variations
Color information
#372DD4 (or 0x372DD4) is known color: Persian Blue. HEX triplet: 37, 2D and D4. RGB value is (55,45,212). Sum of RGB (Red+Green+Blue) = 55+45+212=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 212 (83.20% from 255 or 67.95% from 312); Max value from RGB is 212 - color contains mainly: blue. Hex color #372DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DD4 is #C8D22B. Grayscale: #424242. Windows color (decimal): -13161004 or 13905207. OLE color: 13905207.
HSL color Cylindrical-coordinate representation of color #372DD4: hue angle of 243.59º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #372DD4 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 45 | 212 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.17 |
| HSL | 243.59º | 0.66% | 0.5% | - |
| HSV(B) | 243.59º | 0.79% | 0.83% | - |
| XYZ | 14.4 | 7.44 | 62.97 | - |
| YUV | 67.03 | 209.81 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 212 | 0.74 | 0.79 | 0 | 0.17 | 243.59 | 0.66 | 0.5 |
| Hex | 37 | 2D | D4 | 4A | 4F | 0 | 11 | F4 | 42 | 32 |
| Octal | 67 | 55 | 324 | 112 | 117 | 0 | 21 | 364 | 102 | 62 |
| Binary | 110111 | 101101 | 11010100 | 1001010 | 1001111 | 0 | 10001 | 11110100 | 1000010 | 110010 |
Color Harmonies of #372DD4
Complementary color
Monochromatic Colors of #372DD4
Black with #372DD4
Text Example
Text Example
White with #372DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372DD4; }
p { color: rgb(55,45,212); }
H1.HeaderClassName
{
color: #372DD4;
}
.AnyTagClassName
{
color: #372DD4;
}
</style>
background-color css
<style>
a { background-color: #372DD4; }
a { background-color: rgb(55,45,212); }
div.DivClassName
{
background-color: #372DD4;
}
.BgClassName
{
background-color: #372DD4;
}
</style>
border-color css
<style>
span { border-color: #372DD4; }
span { border-color: rgb(55,45,212); }
td.TdClassName
{
border-color: #372DD4;
}
.TagClassName
{
border-color: #372DD4;
}
</style>