Shades of Persian Blue #303CAF
Tints of Persian Blue #303CAF
RGB
CMYK
RGB Variations
Color information
#303CAF (or 0x303CAF) is known color: Persian Blue. HEX triplet: 30, 3C and AF. RGB value is (48,60,175). Sum of RGB (Red+Green+Blue) = 48+60+175=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #303CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303CAF is #CFC350. Grayscale: #454545. Windows color (decimal): -13615953 or 11484208. OLE color: 11484208.
HSL color Cylindrical-coordinate representation of color #303CAF: hue angle of 234.33º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #303CAF is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 60 | 175 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.31 |
| HSL | 234.33º | 0.57% | 0.44% | - |
| HSV(B) | 234.33º | 0.73% | 0.69% | - |
| XYZ | 10.57 | 6.96 | 41.34 | - |
| YUV | 69.52 | 187.52 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 175 | 0.73 | 0.66 | 0 | 0.31 | 234.33 | 0.57 | 0.44 |
| Hex | 30 | 3C | AF | 49 | 42 | 0 | 1F | EA | 39 | 2C |
| Octal | 60 | 74 | 257 | 111 | 102 | 0 | 37 | 352 | 71 | 54 |
| Binary | 110000 | 111100 | 10101111 | 1001001 | 1000010 | 0 | 11111 | 11101010 | 111001 | 101100 |
Color Harmonies of #303CAF
Complementary color
Monochromatic Colors of #303CAF
Black with #303CAF
Text Example
Text Example
White with #303CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CAF; }
p { color: rgb(48,60,175); }
H1.HeaderClassName
{
color: #303CAF;
}
.AnyTagClassName
{
color: #303CAF;
}
</style>
background-color css
<style>
a { background-color: #303CAF; }
a { background-color: rgb(48,60,175); }
div.DivClassName
{
background-color: #303CAF;
}
.BgClassName
{
background-color: #303CAF;
}
</style>
border-color css
<style>
span { border-color: #303CAF; }
span { border-color: rgb(48,60,175); }
td.TdClassName
{
border-color: #303CAF;
}
.TagClassName
{
border-color: #303CAF;
}
</style>