Shades of Persian Blue #303CAB
Tints of Persian Blue #303CAB
RGB
CMYK
RGB Variations
Color information
#303CAB (or 0x303CAB) is known color: Persian Blue. HEX triplet: 30, 3C and AB. RGB value is (48,60,171). Sum of RGB (Red+Green+Blue) = 48+60+171=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #303CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303CAB is #CFC354. Grayscale: #444444. Windows color (decimal): -13615957 or 11222064. OLE color: 11222064.
HSL color Cylindrical-coordinate representation of color #303CAB: hue angle of 234.15º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303CAB is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 60 | 171 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.33 |
| HSL | 234.15º | 0.56% | 0.43% | - |
| HSV(B) | 234.15º | 0.72% | 0.67% | - |
| XYZ | 10.19 | 6.8 | 39.3 | - |
| YUV | 69.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 171 | 0.72 | 0.65 | 0 | 0.33 | 234.15 | 0.56 | 0.43 |
| Hex | 30 | 3C | AB | 48 | 41 | 0 | 21 | EA | 38 | 2B |
| Octal | 60 | 74 | 253 | 110 | 101 | 0 | 41 | 352 | 70 | 53 |
| Binary | 110000 | 111100 | 10101011 | 1001000 | 1000001 | 0 | 100001 | 11101010 | 111000 | 101011 |
Color Harmonies of #303CAB
Complementary color
Monochromatic Colors of #303CAB
Black with #303CAB
Text Example
Text Example
White with #303CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CAB; }
p { color: rgb(48,60,171); }
H1.HeaderClassName
{
color: #303CAB;
}
.AnyTagClassName
{
color: #303CAB;
}
</style>
background-color css
<style>
a { background-color: #303CAB; }
a { background-color: rgb(48,60,171); }
div.DivClassName
{
background-color: #303CAB;
}
.BgClassName
{
background-color: #303CAB;
}
</style>
border-color css
<style>
span { border-color: #303CAB; }
span { border-color: rgb(48,60,171); }
td.TdClassName
{
border-color: #303CAB;
}
.TagClassName
{
border-color: #303CAB;
}
</style>