Shades of Persian Blue #3038DC
Tints of Persian Blue #3038DC
RGB
CMYK
RGB Variations
Color information
#3038DC (or 0x3038DC) is known color: Persian Blue. HEX triplet: 30, 38 and DC. RGB value is (48,56,220). Sum of RGB (Red+Green+Blue) = 48+56+220=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #3038DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3038DC is #CFC723. Grayscale: #474747. Windows color (decimal): -13616932 or 14432304. OLE color: 14432304.
HSL color Cylindrical-coordinate representation of color #3038DC: hue angle of 237.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3038DC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 56 | 220 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.14 |
| HSL | 237.21º | 0.71% | 0.53% | - |
| HSV(B) | 237.21º | 0.78% | 0.86% | - |
| XYZ | 15.55 | 8.62 | 68.56 | - |
| YUV | 72.3 | 211.35 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 220 | 0.78 | 0.75 | 0 | 0.14 | 237.21 | 0.71 | 0.53 |
| Hex | 30 | 38 | DC | 4E | 4B | 0 | E | ED | 47 | 35 |
| Octal | 60 | 70 | 334 | 116 | 113 | 0 | 16 | 355 | 107 | 65 |
| Binary | 110000 | 111000 | 11011100 | 1001110 | 1001011 | 0 | 1110 | 11101101 | 1000111 | 110101 |
Color Harmonies of #3038DC
Complementary color
Monochromatic Colors of #3038DC
Black with #3038DC
Text Example
Text Example
White with #3038DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3038DC; }
p { color: rgb(48,56,220); }
H1.HeaderClassName
{
color: #3038DC;
}
.AnyTagClassName
{
color: #3038DC;
}
</style>
background-color css
<style>
a { background-color: #3038DC; }
a { background-color: rgb(48,56,220); }
div.DivClassName
{
background-color: #3038DC;
}
.BgClassName
{
background-color: #3038DC;
}
</style>
border-color css
<style>
span { border-color: #3038DC; }
span { border-color: rgb(48,56,220); }
td.TdClassName
{
border-color: #3038DC;
}
.TagClassName
{
border-color: #3038DC;
}
</style>