Shades of Persian Blue #303FAB
Tints of Persian Blue #303FAB
RGB
CMYK
RGB Variations
Color information
#303FAB (or 0x303FAB) is known color: Persian Blue. HEX triplet: 30, 3F and AB. RGB value is (48,63,171). Sum of RGB (Red+Green+Blue) = 48+63+171=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #303FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303FAB is #CFC054. Grayscale: #464646. Windows color (decimal): -13615189 or 11222832. OLE color: 11222832.
HSL color Cylindrical-coordinate representation of color #303FAB: hue angle of 232.68º 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 #303FAB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 63 | 171 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.33 |
| HSL | 232.68º | 0.56% | 0.43% | - |
| HSV(B) | 232.68º | 0.72% | 0.67% | - |
| XYZ | 10.35 | 7.12 | 39.36 | - |
| YUV | 70.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 171 | 0.72 | 0.63 | 0 | 0.33 | 232.68 | 0.56 | 0.43 |
| Hex | 30 | 3F | AB | 48 | 3F | 0 | 21 | E9 | 38 | 2B |
| Octal | 60 | 77 | 253 | 110 | 77 | 0 | 41 | 351 | 70 | 53 |
| Binary | 110000 | 111111 | 10101011 | 1001000 | 111111 | 0 | 100001 | 11101001 | 111000 | 101011 |
Color Harmonies of #303FAB
Complementary color
Monochromatic Colors of #303FAB
Black with #303FAB
Text Example
Text Example
White with #303FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FAB; }
p { color: rgb(48,63,171); }
H1.HeaderClassName
{
color: #303FAB;
}
.AnyTagClassName
{
color: #303FAB;
}
</style>
background-color css
<style>
a { background-color: #303FAB; }
a { background-color: rgb(48,63,171); }
div.DivClassName
{
background-color: #303FAB;
}
.BgClassName
{
background-color: #303FAB;
}
</style>
border-color css
<style>
span { border-color: #303FAB; }
span { border-color: rgb(48,63,171); }
td.TdClassName
{
border-color: #303FAB;
}
.TagClassName
{
border-color: #303FAB;
}
</style>