Shades of Persian Blue #373AC3
Tints of Persian Blue #373AC3
RGB
CMYK
RGB Variations
Color information
#373AC3 (or 0x373AC3) is known color: Persian Blue. HEX triplet: 37, 3A and C3. RGB value is (55,58,195). Sum of RGB (Red+Green+Blue) = 55+58+195=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #373AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373AC3 is #C8C53C. Grayscale: #484848. Windows color (decimal): -13157693 or 12794423. OLE color: 12794423.
HSL color Cylindrical-coordinate representation of color #373AC3: hue angle of 238.71º 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 #373AC3 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 58 | 195 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.24 |
| HSL | 238.71º | 0.56% | 0.49% | - |
| HSV(B) | 238.71º | 0.72% | 0.76% | - |
| XYZ | 12.94 | 7.78 | 52.45 | - |
| YUV | 72.72 | 197.01 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 195 | 0.72 | 0.70 | 0 | 0.24 | 238.71 | 0.56 | 0.49 |
| Hex | 37 | 3A | C3 | 48 | 46 | 0 | 18 | EF | 38 | 31 |
| Octal | 67 | 72 | 303 | 110 | 106 | 0 | 30 | 357 | 70 | 61 |
| Binary | 110111 | 111010 | 11000011 | 1001000 | 1000110 | 0 | 11000 | 11101111 | 111000 | 110001 |
Color Harmonies of #373AC3
Complementary color
Monochromatic Colors of #373AC3
Black with #373AC3
Text Example
Text Example
White with #373AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AC3; }
p { color: rgb(55,58,195); }
H1.HeaderClassName
{
color: #373AC3;
}
.AnyTagClassName
{
color: #373AC3;
}
</style>
background-color css
<style>
a { background-color: #373AC3; }
a { background-color: rgb(55,58,195); }
div.DivClassName
{
background-color: #373AC3;
}
.BgClassName
{
background-color: #373AC3;
}
</style>
border-color css
<style>
span { border-color: #373AC3; }
span { border-color: rgb(55,58,195); }
td.TdClassName
{
border-color: #373AC3;
}
.TagClassName
{
border-color: #373AC3;
}
</style>