Shades of Persian Blue #303BAD
Tints of Persian Blue #303BAD
RGB
CMYK
RGB Variations
Color information
#303BAD (or 0x303BAD) is known color: Persian Blue. HEX triplet: 30, 3B and AD. RGB value is (48,59,173). Sum of RGB (Red+Green+Blue) = 48+59+173=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #303BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303BAD is #CFC452. Grayscale: #444444. Windows color (decimal): -13616211 or 11352880. OLE color: 11352880.
HSL color Cylindrical-coordinate representation of color #303BAD: hue angle of 234.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303BAD is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 59 | 173 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.32 |
| HSL | 234.72º | 0.57% | 0.43% | - |
| HSV(B) | 234.72º | 0.72% | 0.68% | - |
| XYZ | 10.33 | 6.77 | 40.3 | - |
| YUV | 68.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 173 | 0.72 | 0.66 | 0 | 0.32 | 234.72 | 0.57 | 0.43 |
| Hex | 30 | 3B | AD | 48 | 42 | 0 | 20 | EB | 39 | 2B |
| Octal | 60 | 73 | 255 | 110 | 102 | 0 | 40 | 353 | 71 | 53 |
| Binary | 110000 | 111011 | 10101101 | 1001000 | 1000010 | 0 | 100000 | 11101011 | 111001 | 101011 |
Color Harmonies of #303BAD
Complementary color
Monochromatic Colors of #303BAD
Black with #303BAD
Text Example
Text Example
White with #303BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BAD; }
p { color: rgb(48,59,173); }
H1.HeaderClassName
{
color: #303BAD;
}
.AnyTagClassName
{
color: #303BAD;
}
</style>
background-color css
<style>
a { background-color: #303BAD; }
a { background-color: rgb(48,59,173); }
div.DivClassName
{
background-color: #303BAD;
}
.BgClassName
{
background-color: #303BAD;
}
</style>
border-color css
<style>
span { border-color: #303BAD; }
span { border-color: rgb(48,59,173); }
td.TdClassName
{
border-color: #303BAD;
}
.TagClassName
{
border-color: #303BAD;
}
</style>