Shades of Persian Blue #3730DA
Tints of Persian Blue #3730DA
RGB
CMYK
RGB Variations
Color information
#3730DA (or 0x3730DA) is known color: Persian Blue. HEX triplet: 37, 30 and DA. RGB value is (55,48,218). Sum of RGB (Red+Green+Blue) = 55+48+218=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #3730DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3730DA is #C8CF25. Grayscale: #444444. Windows color (decimal): -13160230 or 14299191. OLE color: 14299191.
HSL color Cylindrical-coordinate representation of color #3730DA: hue angle of 242.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3730DA is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 48 | 218 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.15 |
| HSL | 242.47º | 0.7% | 0.52% | - |
| HSV(B) | 242.47º | 0.78% | 0.85% | - |
| XYZ | 15.29 | 7.99 | 67.07 | - |
| YUV | 69.47 | 211.82 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 218 | 0.75 | 0.78 | 0 | 0.15 | 242.47 | 0.7 | 0.52 |
| Hex | 37 | 30 | DA | 4B | 4E | 0 | F | F2 | 46 | 34 |
| Octal | 67 | 60 | 332 | 113 | 116 | 0 | 17 | 362 | 106 | 64 |
| Binary | 110111 | 110000 | 11011010 | 1001011 | 1001110 | 0 | 1111 | 11110010 | 1000110 | 110100 |
Color Harmonies of #3730DA
Complementary color
Monochromatic Colors of #3730DA
Black with #3730DA
Text Example
Text Example
White with #3730DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3730DA; }
p { color: rgb(55,48,218); }
H1.HeaderClassName
{
color: #3730DA;
}
.AnyTagClassName
{
color: #3730DA;
}
</style>
background-color css
<style>
a { background-color: #3730DA; }
a { background-color: rgb(55,48,218); }
div.DivClassName
{
background-color: #3730DA;
}
.BgClassName
{
background-color: #3730DA;
}
</style>
border-color css
<style>
span { border-color: #3730DA; }
span { border-color: rgb(55,48,218); }
td.TdClassName
{
border-color: #3730DA;
}
.TagClassName
{
border-color: #3730DA;
}
</style>