Shades of Persian Blue #373FB4
Tints of Persian Blue #373FB4
RGB
CMYK
RGB Variations
Color information
#373FB4 (or 0x373FB4) is known color: Persian Blue. HEX triplet: 37, 3F and B4. RGB value is (55,63,180). Sum of RGB (Red+Green+Blue) = 55+63+180=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #373FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373FB4 is #C8C04B. Grayscale: #494949. Windows color (decimal): -13156428 or 11812663. OLE color: 11812663.
HSL color Cylindrical-coordinate representation of color #373FB4: hue angle of 236.16º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #373FB4 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 63 | 180 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.29 |
| HSL | 236.16º | 0.53% | 0.46% | - |
| HSV(B) | 236.16º | 0.69% | 0.71% | - |
| XYZ | 11.59 | 7.66 | 44.05 | - |
| YUV | 73.95 | 187.85 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 180 | 0.69 | 0.65 | 0 | 0.29 | 236.16 | 0.53 | 0.46 |
| Hex | 37 | 3F | B4 | 45 | 41 | 0 | 1D | EC | 35 | 2E |
| Octal | 67 | 77 | 264 | 105 | 101 | 0 | 35 | 354 | 65 | 56 |
| Binary | 110111 | 111111 | 10110100 | 1000101 | 1000001 | 0 | 11101 | 11101100 | 110101 | 101110 |
Color Harmonies of #373FB4
Complementary color
Monochromatic Colors of #373FB4
Black with #373FB4
Text Example
Text Example
White with #373FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373FB4; }
p { color: rgb(55,63,180); }
H1.HeaderClassName
{
color: #373FB4;
}
.AnyTagClassName
{
color: #373FB4;
}
</style>
background-color css
<style>
a { background-color: #373FB4; }
a { background-color: rgb(55,63,180); }
div.DivClassName
{
background-color: #373FB4;
}
.BgClassName
{
background-color: #373FB4;
}
</style>
border-color css
<style>
span { border-color: #373FB4; }
span { border-color: rgb(55,63,180); }
td.TdClassName
{
border-color: #373FB4;
}
.TagClassName
{
border-color: #373FB4;
}
</style>