Shades of Persian Blue #303FAA
Tints of Persian Blue #303FAA
RGB
CMYK
RGB Variations
Color information
#303FAA (or 0x303FAA) is known color: Persian Blue. HEX triplet: 30, 3F and AA. RGB value is (48,63,170). Sum of RGB (Red+Green+Blue) = 48+63+170=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #303FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303FAA is #CFC055. Grayscale: #464646. Windows color (decimal): -13615190 or 11157296. OLE color: 11157296.
HSL color Cylindrical-coordinate representation of color #303FAA: hue angle of 232.62º 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 #303FAA is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 63 | 170 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.33 |
| HSL | 232.62º | 0.56% | 0.43% | - |
| HSV(B) | 232.62º | 0.72% | 0.67% | - |
| XYZ | 10.25 | 7.09 | 38.86 | - |
| YUV | 70.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 170 | 0.72 | 0.63 | 0 | 0.33 | 232.62 | 0.56 | 0.43 |
| Hex | 30 | 3F | AA | 48 | 3F | 0 | 21 | E9 | 38 | 2B |
| Octal | 60 | 77 | 252 | 110 | 77 | 0 | 41 | 351 | 70 | 53 |
| Binary | 110000 | 111111 | 10101010 | 1001000 | 111111 | 0 | 100001 | 11101001 | 111000 | 101011 |
Color Harmonies of #303FAA
Complementary color
Monochromatic Colors of #303FAA
Black with #303FAA
Text Example
Text Example
White with #303FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FAA; }
p { color: rgb(48,63,170); }
H1.HeaderClassName
{
color: #303FAA;
}
.AnyTagClassName
{
color: #303FAA;
}
</style>
background-color css
<style>
a { background-color: #303FAA; }
a { background-color: rgb(48,63,170); }
div.DivClassName
{
background-color: #303FAA;
}
.BgClassName
{
background-color: #303FAA;
}
</style>
border-color css
<style>
span { border-color: #303FAA; }
span { border-color: rgb(48,63,170); }
td.TdClassName
{
border-color: #303FAA;
}
.TagClassName
{
border-color: #303FAA;
}
</style>