Shades of Persian Blue #373BC1
Tints of Persian Blue #373BC1
RGB
CMYK
RGB Variations
Color information
#373BC1 (or 0x373BC1) is known color: Persian Blue. HEX triplet: 37, 3B and C1. RGB value is (55,59,193). Sum of RGB (Red+Green+Blue) = 55+59+193=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #373BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373BC1 is #C8C43E. Grayscale: #484848. Windows color (decimal): -13157439 or 12663607. OLE color: 12663607.
HSL color Cylindrical-coordinate representation of color #373BC1: hue angle of 238.26º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #373BC1 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 59 | 193 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.24 |
| HSL | 238.26º | 0.56% | 0.49% | - |
| HSV(B) | 238.26º | 0.72% | 0.76% | - |
| XYZ | 12.77 | 7.79 | 51.28 | - |
| YUV | 73.08 | 195.67 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 193 | 0.72 | 0.69 | 0 | 0.24 | 238.26 | 0.56 | 0.49 |
| Hex | 37 | 3B | C1 | 48 | 45 | 0 | 18 | EE | 38 | 31 |
| Octal | 67 | 73 | 301 | 110 | 105 | 0 | 30 | 356 | 70 | 61 |
| Binary | 110111 | 111011 | 11000001 | 1001000 | 1000101 | 0 | 11000 | 11101110 | 111000 | 110001 |
Color Harmonies of #373BC1
Complementary color
Monochromatic Colors of #373BC1
Black with #373BC1
Text Example
Text Example
White with #373BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373BC1; }
p { color: rgb(55,59,193); }
H1.HeaderClassName
{
color: #373BC1;
}
.AnyTagClassName
{
color: #373BC1;
}
</style>
background-color css
<style>
a { background-color: #373BC1; }
a { background-color: rgb(55,59,193); }
div.DivClassName
{
background-color: #373BC1;
}
.BgClassName
{
background-color: #373BC1;
}
</style>
border-color css
<style>
span { border-color: #373BC1; }
span { border-color: rgb(55,59,193); }
td.TdClassName
{
border-color: #373BC1;
}
.TagClassName
{
border-color: #373BC1;
}
</style>