Shades of Persian Blue #3037DA
Tints of Persian Blue #3037DA
RGB
CMYK
RGB Variations
Color information
#3037DA (or 0x3037DA) is known color: Persian Blue. HEX triplet: 30, 37 and DA. RGB value is (48,55,218). Sum of RGB (Red+Green+Blue) = 48+55+218=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 55 (21.88% from 255 or 17.13% 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 #3037DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3037DA is #CFC825. Grayscale: #464646. Windows color (decimal): -13617190 or 14300976. OLE color: 14300976.
HSL color Cylindrical-coordinate representation of color #3037DA: hue angle of 237.53º 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 #3037DA is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 55 | 218 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.15 |
| HSL | 237.53º | 0.7% | 0.52% | - |
| HSV(B) | 237.53º | 0.78% | 0.85% | - |
| XYZ | 15.24 | 8.42 | 67.15 | - |
| YUV | 71.49 | 210.68 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 218 | 0.78 | 0.75 | 0 | 0.15 | 237.53 | 0.7 | 0.52 |
| Hex | 30 | 37 | DA | 4E | 4B | 0 | F | EE | 46 | 34 |
| Octal | 60 | 67 | 332 | 116 | 113 | 0 | 17 | 356 | 106 | 64 |
| Binary | 110000 | 110111 | 11011010 | 1001110 | 1001011 | 0 | 1111 | 11101110 | 1000110 | 110100 |
Color Harmonies of #3037DA
Complementary color
Monochromatic Colors of #3037DA
Black with #3037DA
Text Example
Text Example
White with #3037DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3037DA; }
p { color: rgb(48,55,218); }
H1.HeaderClassName
{
color: #3037DA;
}
.AnyTagClassName
{
color: #3037DA;
}
</style>
background-color css
<style>
a { background-color: #3037DA; }
a { background-color: rgb(48,55,218); }
div.DivClassName
{
background-color: #3037DA;
}
.BgClassName
{
background-color: #3037DA;
}
</style>
border-color css
<style>
span { border-color: #3037DA; }
span { border-color: rgb(48,55,218); }
td.TdClassName
{
border-color: #3037DA;
}
.TagClassName
{
border-color: #3037DA;
}
</style>