Shades of Persian Blue #302BAD
Tints of Persian Blue #302BAD
RGB
CMYK
RGB Variations
Color information
#302BAD (or 0x302BAD) is known color: Persian Blue. HEX triplet: 30, 2B and AD. RGB value is (48,43,173). Sum of RGB (Red+Green+Blue) = 48+43+173=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #302BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302BAD is #CFD452. Grayscale: #3A3A3A. Windows color (decimal): -13620307 or 11348784. OLE color: 11348784.
HSL color Cylindrical-coordinate representation of color #302BAD: hue angle of 242.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302BAD is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 43 | 173 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.32 |
| HSL | 242.31º | 0.6% | 0.42% | - |
| HSV(B) | 242.31º | 0.75% | 0.68% | - |
| XYZ | 9.63 | 5.37 | 40.06 | - |
| YUV | 59.32 | 192.16 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 173 | 0.72 | 0.75 | 0 | 0.32 | 242.31 | 0.6 | 0.42 |
| Hex | 30 | 2B | AD | 48 | 4B | 0 | 20 | F2 | 3C | 2A |
| Octal | 60 | 53 | 255 | 110 | 113 | 0 | 40 | 362 | 74 | 52 |
| Binary | 110000 | 101011 | 10101101 | 1001000 | 1001011 | 0 | 100000 | 11110010 | 111100 | 101010 |
Color Harmonies of #302BAD
Complementary color
Monochromatic Colors of #302BAD
Black with #302BAD
Text Example
Text Example
White with #302BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BAD; }
p { color: rgb(48,43,173); }
H1.HeaderClassName
{
color: #302BAD;
}
.AnyTagClassName
{
color: #302BAD;
}
</style>
background-color css
<style>
a { background-color: #302BAD; }
a { background-color: rgb(48,43,173); }
div.DivClassName
{
background-color: #302BAD;
}
.BgClassName
{
background-color: #302BAD;
}
</style>
border-color css
<style>
span { border-color: #302BAD; }
span { border-color: rgb(48,43,173); }
td.TdClassName
{
border-color: #302BAD;
}
.TagClassName
{
border-color: #302BAD;
}
</style>