Shades of Persian Blue #303BA9
Tints of Persian Blue #303BA9
RGB
CMYK
RGB Variations
Color information
#303BA9 (or 0x303BA9) is known color: Persian Blue. HEX triplet: 30, 3B and A9. RGB value is (48,59,169). Sum of RGB (Red+Green+Blue) = 48+59+169=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 169 (66.41% from 255 or 61.23% from 276); Max value from RGB is 169 - color contains mainly: blue. Hex color #303BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303BA9 is #CFC456. Grayscale: #434343. Windows color (decimal): -13616215 or 11090736. OLE color: 11090736.
HSL color Cylindrical-coordinate representation of color #303BA9: hue angle of 234.55º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303BA9 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 59 | 169 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.34 |
| HSL | 234.55º | 0.56% | 0.43% | - |
| HSV(B) | 234.55º | 0.72% | 0.66% | - |
| XYZ | 9.94 | 6.62 | 38.29 | - |
| YUV | 68.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 169 | 0.72 | 0.65 | 0 | 0.34 | 234.55 | 0.56 | 0.43 |
| Hex | 30 | 3B | A9 | 48 | 41 | 0 | 22 | EB | 38 | 2B |
| Octal | 60 | 73 | 251 | 110 | 101 | 0 | 42 | 353 | 70 | 53 |
| Binary | 110000 | 111011 | 10101001 | 1001000 | 1000001 | 0 | 100010 | 11101011 | 111000 | 101011 |
Color Harmonies of #303BA9
Complementary color
Monochromatic Colors of #303BA9
Black with #303BA9
Text Example
Text Example
White with #303BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BA9; }
p { color: rgb(48,59,169); }
H1.HeaderClassName
{
color: #303BA9;
}
.AnyTagClassName
{
color: #303BA9;
}
</style>
background-color css
<style>
a { background-color: #303BA9; }
a { background-color: rgb(48,59,169); }
div.DivClassName
{
background-color: #303BA9;
}
.BgClassName
{
background-color: #303BA9;
}
</style>
border-color css
<style>
span { border-color: #303BA9; }
span { border-color: rgb(48,59,169); }
td.TdClassName
{
border-color: #303BA9;
}
.TagClassName
{
border-color: #303BA9;
}
</style>