Shades of Persian Blue #303FAC
Tints of Persian Blue #303FAC
RGB
CMYK
RGB Variations
Color information
#303FAC (or 0x303FAC) is known color: Persian Blue. HEX triplet: 30, 3F and AC. RGB value is (48,63,172). Sum of RGB (Red+Green+Blue) = 48+63+172=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #303FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303FAC is #CFC053. Grayscale: #464646. Windows color (decimal): -13615188 or 11288368. OLE color: 11288368.
HSL color Cylindrical-coordinate representation of color #303FAC: hue angle of 232.74º 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 #303FAC is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 63 | 172 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.33 |
| HSL | 232.74º | 0.56% | 0.43% | - |
| HSV(B) | 232.74º | 0.72% | 0.67% | - |
| XYZ | 10.44 | 7.16 | 39.86 | - |
| YUV | 70.94 | 185.03 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 172 | 0.72 | 0.63 | 0 | 0.33 | 232.74 | 0.56 | 0.43 |
| Hex | 30 | 3F | AC | 48 | 3F | 0 | 21 | E9 | 38 | 2B |
| Octal | 60 | 77 | 254 | 110 | 77 | 0 | 41 | 351 | 70 | 53 |
| Binary | 110000 | 111111 | 10101100 | 1001000 | 111111 | 0 | 100001 | 11101001 | 111000 | 101011 |
Color Harmonies of #303FAC
Complementary color
Monochromatic Colors of #303FAC
Black with #303FAC
Text Example
Text Example
White with #303FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FAC; }
p { color: rgb(48,63,172); }
H1.HeaderClassName
{
color: #303FAC;
}
.AnyTagClassName
{
color: #303FAC;
}
</style>
background-color css
<style>
a { background-color: #303FAC; }
a { background-color: rgb(48,63,172); }
div.DivClassName
{
background-color: #303FAC;
}
.BgClassName
{
background-color: #303FAC;
}
</style>
border-color css
<style>
span { border-color: #303FAC; }
span { border-color: rgb(48,63,172); }
td.TdClassName
{
border-color: #303FAC;
}
.TagClassName
{
border-color: #303FAC;
}
</style>