Shades of Persian Blue #303EA5
Tints of Persian Blue #303EA5
RGB
CMYK
RGB Variations
Color information
#303EA5 (or 0x303EA5) is known color: Persian Blue. HEX triplet: 30, 3E and A5. RGB value is (48,62,165). Sum of RGB (Red+Green+Blue) = 48+62+165=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #303EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303EA5 is #CFC15A. Grayscale: #454545. Windows color (decimal): -13615451 or 10829360. OLE color: 10829360.
HSL color Cylindrical-coordinate representation of color #303EA5: hue angle of 232.82º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #303EA5 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 62 | 165 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.35 |
| HSL | 232.82º | 0.55% | 0.42% | - |
| HSV(B) | 232.82º | 0.71% | 0.65% | - |
| XYZ | 9.73 | 6.79 | 36.39 | - |
| YUV | 69.56 | 181.86 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 165 | 0.71 | 0.62 | 0 | 0.35 | 232.82 | 0.55 | 0.42 |
| Hex | 30 | 3E | A5 | 47 | 3E | 0 | 23 | E9 | 37 | 2A |
| Octal | 60 | 76 | 245 | 107 | 76 | 0 | 43 | 351 | 67 | 52 |
| Binary | 110000 | 111110 | 10100101 | 1000111 | 111110 | 0 | 100011 | 11101001 | 110111 | 101010 |
Color Harmonies of #303EA5
Complementary color
Monochromatic Colors of #303EA5
Black with #303EA5
Text Example
Text Example
White with #303EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303EA5; }
p { color: rgb(48,62,165); }
H1.HeaderClassName
{
color: #303EA5;
}
.AnyTagClassName
{
color: #303EA5;
}
</style>
background-color css
<style>
a { background-color: #303EA5; }
a { background-color: rgb(48,62,165); }
div.DivClassName
{
background-color: #303EA5;
}
.BgClassName
{
background-color: #303EA5;
}
</style>
border-color css
<style>
span { border-color: #303EA5; }
span { border-color: rgb(48,62,165); }
td.TdClassName
{
border-color: #303EA5;
}
.TagClassName
{
border-color: #303EA5;
}
</style>