Shades of Persian Blue #303CA6
Tints of Persian Blue #303CA6
RGB
CMYK
RGB Variations
Color information
#303CA6 (or 0x303CA6) is known color: Persian Blue. HEX triplet: 30, 3C and A6. RGB value is (48,60,166). Sum of RGB (Red+Green+Blue) = 48+60+166=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 166 (65.23% from 255 or 60.58% from 274); Max value from RGB is 166 - color contains mainly: blue. Hex color #303CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303CA6 is #CFC359. Grayscale: #444444. Windows color (decimal): -13615962 or 10894384. OLE color: 10894384.
HSL color Cylindrical-coordinate representation of color #303CA6: hue angle of 233.9º 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 #303CA6 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 60 | 166 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.35 |
| HSL | 233.9º | 0.55% | 0.42% | - |
| HSV(B) | 233.9º | 0.71% | 0.65% | - |
| XYZ | 9.72 | 6.61 | 36.84 | - |
| YUV | 68.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 166 | 0.71 | 0.64 | 0 | 0.35 | 233.9 | 0.55 | 0.42 |
| Hex | 30 | 3C | A6 | 47 | 40 | 0 | 23 | EA | 37 | 2A |
| Octal | 60 | 74 | 246 | 107 | 100 | 0 | 43 | 352 | 67 | 52 |
| Binary | 110000 | 111100 | 10100110 | 1000111 | 1000000 | 0 | 100011 | 11101010 | 110111 | 101010 |
Color Harmonies of #303CA6
Complementary color
Monochromatic Colors of #303CA6
Black with #303CA6
Text Example
Text Example
White with #303CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CA6; }
p { color: rgb(48,60,166); }
H1.HeaderClassName
{
color: #303CA6;
}
.AnyTagClassName
{
color: #303CA6;
}
</style>
background-color css
<style>
a { background-color: #303CA6; }
a { background-color: rgb(48,60,166); }
div.DivClassName
{
background-color: #303CA6;
}
.BgClassName
{
background-color: #303CA6;
}
</style>
border-color css
<style>
span { border-color: #303CA6; }
span { border-color: rgb(48,60,166); }
td.TdClassName
{
border-color: #303CA6;
}
.TagClassName
{
border-color: #303CA6;
}
</style>