Shades of Persian Blue #302ACB
Tints of Persian Blue #302ACB
RGB
CMYK
RGB Variations
Color information
#302ACB (or 0x302ACB) is known color: Persian Blue. HEX triplet: 30, 2A and CB. RGB value is (48,42,203). Sum of RGB (Red+Green+Blue) = 48+42+203=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #302ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ACB is #CFD534. Grayscale: #3D3D3D. Windows color (decimal): -13620533 or 13314608. OLE color: 13314608.
HSL color Cylindrical-coordinate representation of color #302ACB: hue angle of 242.24º 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 #302ACB is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 42 | 203 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.20 |
| HSL | 242.24º | 0.66% | 0.48% | - |
| HSV(B) | 242.24º | 0.79% | 0.8% | - |
| XYZ | 12.83 | 6.6 | 57.1 | - |
| YUV | 62.15 | 207.49 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 203 | 0.76 | 0.79 | 0 | 0.20 | 242.24 | 0.66 | 0.48 |
| Hex | 30 | 2A | CB | 4C | 4F | 0 | 14 | F2 | 42 | 30 |
| Octal | 60 | 52 | 313 | 114 | 117 | 0 | 24 | 362 | 102 | 60 |
| Binary | 110000 | 101010 | 11001011 | 1001100 | 1001111 | 0 | 10100 | 11110010 | 1000010 | 110000 |
Color Harmonies of #302ACB
Complementary color
Monochromatic Colors of #302ACB
Black with #302ACB
Text Example
Text Example
White with #302ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302ACB; }
p { color: rgb(48,42,203); }
H1.HeaderClassName
{
color: #302ACB;
}
.AnyTagClassName
{
color: #302ACB;
}
</style>
background-color css
<style>
a { background-color: #302ACB; }
a { background-color: rgb(48,42,203); }
div.DivClassName
{
background-color: #302ACB;
}
.BgClassName
{
background-color: #302ACB;
}
</style>
border-color css
<style>
span { border-color: #302ACB; }
span { border-color: rgb(48,42,203); }
td.TdClassName
{
border-color: #302ACB;
}
.TagClassName
{
border-color: #302ACB;
}
</style>