Shades of Persian Blue #3023D4
Tints of Persian Blue #3023D4
RGB
CMYK
RGB Variations
Color information
#3023D4 (or 0x3023D4) is known color: Persian Blue. HEX triplet: 30, 23 and D4. RGB value is (48,35,212). Sum of RGB (Red+Green+Blue) = 48+35+212=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 212 (83.20% from 255 or 71.86% from 295); Max value from RGB is 212 - color contains mainly: blue. Hex color #3023D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3023D4 is #CFDC2B. Grayscale: #3A3A3A. Windows color (decimal): -13622316 or 13902640. OLE color: 13902640.
HSL color Cylindrical-coordinate representation of color #3023D4: hue angle of 244.41º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3023D4 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 35 | 212 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.17 |
| HSL | 244.41º | 0.72% | 0.48% | - |
| HSV(B) | 244.41º | 0.83% | 0.83% | - |
| XYZ | 13.7 | 6.58 | 62.84 | - |
| YUV | 59.07 | 214.31 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 212 | 0.77 | 0.83 | 0 | 0.17 | 244.41 | 0.72 | 0.48 |
| Hex | 30 | 23 | D4 | 4D | 53 | 0 | 11 | F4 | 48 | 30 |
| Octal | 60 | 43 | 324 | 115 | 123 | 0 | 21 | 364 | 110 | 60 |
| Binary | 110000 | 100011 | 11010100 | 1001101 | 1010011 | 0 | 10001 | 11110100 | 1001000 | 110000 |
Color Harmonies of #3023D4
Complementary color
Monochromatic Colors of #3023D4
Black with #3023D4
Text Example
Text Example
White with #3023D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3023D4; }
p { color: rgb(48,35,212); }
H1.HeaderClassName
{
color: #3023D4;
}
.AnyTagClassName
{
color: #3023D4;
}
</style>
background-color css
<style>
a { background-color: #3023D4; }
a { background-color: rgb(48,35,212); }
div.DivClassName
{
background-color: #3023D4;
}
.BgClassName
{
background-color: #3023D4;
}
</style>
border-color css
<style>
span { border-color: #3023D4; }
span { border-color: rgb(48,35,212); }
td.TdClassName
{
border-color: #3023D4;
}
.TagClassName
{
border-color: #3023D4;
}
</style>