Shades of Persian Blue #302ACC
Tints of Persian Blue #302ACC
RGB
CMYK
RGB Variations
Color information
#302ACC (or 0x302ACC) is known color: Persian Blue. HEX triplet: 30, 2A and CC. RGB value is (48,42,204). Sum of RGB (Red+Green+Blue) = 48+42+204=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #302ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ACC is #CFD533. Grayscale: #3D3D3D. Windows color (decimal): -13620532 or 13380144. OLE color: 13380144.
HSL color Cylindrical-coordinate representation of color #302ACC: hue angle of 242.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302ACC is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 42 | 204 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.2 |
| HSL | 242.22º | 0.66% | 0.48% | - |
| HSV(B) | 242.22º | 0.79% | 0.8% | - |
| XYZ | 12.95 | 6.64 | 57.73 | - |
| YUV | 62.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 204 | 0.76 | 0.79 | 0 | 0.2 | 242.22 | 0.66 | 0.48 |
| Hex | 30 | 2A | CC | 4C | 4F | 0 | 14 | F2 | 42 | 30 |
| Octal | 60 | 52 | 314 | 114 | 117 | 0 | 24 | 362 | 102 | 60 |
| Binary | 110000 | 101010 | 11001100 | 1001100 | 1001111 | 0 | 10100 | 11110010 | 1000010 | 110000 |
Color Harmonies of #302ACC
Complementary color
Monochromatic Colors of #302ACC
Black with #302ACC
Text Example
Text Example
White with #302ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302ACC; }
p { color: rgb(48,42,204); }
H1.HeaderClassName
{
color: #302ACC;
}
.AnyTagClassName
{
color: #302ACC;
}
</style>
background-color css
<style>
a { background-color: #302ACC; }
a { background-color: rgb(48,42,204); }
div.DivClassName
{
background-color: #302ACC;
}
.BgClassName
{
background-color: #302ACC;
}
</style>
border-color css
<style>
span { border-color: #302ACC; }
span { border-color: rgb(48,42,204); }
td.TdClassName
{
border-color: #302ACC;
}
.TagClassName
{
border-color: #302ACC;
}
</style>