Shades of Persian Blue #303CAD
Tints of Persian Blue #303CAD
RGB
CMYK
RGB Variations
Color information
#303CAD (or 0x303CAD) is known color: Persian Blue. HEX triplet: 30, 3C and AD. RGB value is (48,60,173). Sum of RGB (Red+Green+Blue) = 48+60+173=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #303CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303CAD is #CFC352. Grayscale: #444444. Windows color (decimal): -13615955 or 11353136. OLE color: 11353136.
HSL color Cylindrical-coordinate representation of color #303CAD: hue angle of 234.24º 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 #303CAD is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 60 | 173 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.32 |
| HSL | 234.24º | 0.57% | 0.43% | - |
| HSV(B) | 234.24º | 0.72% | 0.68% | - |
| XYZ | 10.38 | 6.88 | 40.32 | - |
| YUV | 69.29 | 186.52 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 173 | 0.72 | 0.65 | 0 | 0.32 | 234.24 | 0.57 | 0.43 |
| Hex | 30 | 3C | AD | 48 | 41 | 0 | 20 | EA | 39 | 2B |
| Octal | 60 | 74 | 255 | 110 | 101 | 0 | 40 | 352 | 71 | 53 |
| Binary | 110000 | 111100 | 10101101 | 1001000 | 1000001 | 0 | 100000 | 11101010 | 111001 | 101011 |
Color Harmonies of #303CAD
Complementary color
Monochromatic Colors of #303CAD
Black with #303CAD
Text Example
Text Example
White with #303CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CAD; }
p { color: rgb(48,60,173); }
H1.HeaderClassName
{
color: #303CAD;
}
.AnyTagClassName
{
color: #303CAD;
}
</style>
background-color css
<style>
a { background-color: #303CAD; }
a { background-color: rgb(48,60,173); }
div.DivClassName
{
background-color: #303CAD;
}
.BgClassName
{
background-color: #303CAD;
}
</style>
border-color css
<style>
span { border-color: #303CAD; }
span { border-color: rgb(48,60,173); }
td.TdClassName
{
border-color: #303CAD;
}
.TagClassName
{
border-color: #303CAD;
}
</style>