Shades of Persian Blue #302ACE
Tints of Persian Blue #302ACE
RGB
CMYK
RGB Variations
Color information
#302ACE (or 0x302ACE) is known color: Persian Blue. HEX triplet: 30, 2A and CE. RGB value is (48,42,206). Sum of RGB (Red+Green+Blue) = 48+42+206=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #302ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ACE is #CFD531. Grayscale: #3D3D3D. Windows color (decimal): -13620530 or 13511216. OLE color: 13511216.
HSL color Cylindrical-coordinate representation of color #302ACE: hue angle of 242.2º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302ACE is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 42 | 206 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.19 |
| HSL | 242.2º | 0.66% | 0.49% | - |
| HSV(B) | 242.2º | 0.8% | 0.81% | - |
| XYZ | 13.19 | 6.74 | 59 | - |
| YUV | 62.49 | 208.99 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 206 | 0.77 | 0.80 | 0 | 0.19 | 242.2 | 0.66 | 0.49 |
| Hex | 30 | 2A | CE | 4D | 50 | 0 | 13 | F2 | 42 | 31 |
| Octal | 60 | 52 | 316 | 115 | 120 | 0 | 23 | 362 | 102 | 61 |
| Binary | 110000 | 101010 | 11001110 | 1001101 | 1010000 | 0 | 10011 | 11110010 | 1000010 | 110001 |
Color Harmonies of #302ACE
Complementary color
Monochromatic Colors of #302ACE
Black with #302ACE
Text Example
Text Example
White with #302ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302ACE; }
p { color: rgb(48,42,206); }
H1.HeaderClassName
{
color: #302ACE;
}
.AnyTagClassName
{
color: #302ACE;
}
</style>
background-color css
<style>
a { background-color: #302ACE; }
a { background-color: rgb(48,42,206); }
div.DivClassName
{
background-color: #302ACE;
}
.BgClassName
{
background-color: #302ACE;
}
</style>
border-color css
<style>
span { border-color: #302ACE; }
span { border-color: rgb(48,42,206); }
td.TdClassName
{
border-color: #302ACE;
}
.TagClassName
{
border-color: #302ACE;
}
</style>