Shades of Persian Blue #303CA4
Tints of Persian Blue #303CA4
RGB
CMYK
RGB Variations
Color information
#303CA4 (or 0x303CA4) is known color: Persian Blue. HEX triplet: 30, 3C and A4. RGB value is (48,60,164). Sum of RGB (Red+Green+Blue) = 48+60+164=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #303CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303CA4 is #CFC35B. Grayscale: #434343. Windows color (decimal): -13615964 or 10763312. OLE color: 10763312.
HSL color Cylindrical-coordinate representation of color #303CA4: hue angle of 233.79º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #303CA4 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 60 | 164 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.36 |
| HSL | 233.79º | 0.55% | 0.42% | - |
| HSV(B) | 233.79º | 0.71% | 0.64% | - |
| XYZ | 9.54 | 6.54 | 35.88 | - |
| YUV | 68.27 | 182.02 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 164 | 0.71 | 0.63 | 0 | 0.36 | 233.79 | 0.55 | 0.42 |
| Hex | 30 | 3C | A4 | 47 | 3F | 0 | 24 | EA | 37 | 2A |
| Octal | 60 | 74 | 244 | 107 | 77 | 0 | 44 | 352 | 67 | 52 |
| Binary | 110000 | 111100 | 10100100 | 1000111 | 111111 | 0 | 100100 | 11101010 | 110111 | 101010 |
Color Harmonies of #303CA4
Complementary color
Monochromatic Colors of #303CA4
Black with #303CA4
Text Example
Text Example
White with #303CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CA4; }
p { color: rgb(48,60,164); }
H1.HeaderClassName
{
color: #303CA4;
}
.AnyTagClassName
{
color: #303CA4;
}
</style>
background-color css
<style>
a { background-color: #303CA4; }
a { background-color: rgb(48,60,164); }
div.DivClassName
{
background-color: #303CA4;
}
.BgClassName
{
background-color: #303CA4;
}
</style>
border-color css
<style>
span { border-color: #303CA4; }
span { border-color: rgb(48,60,164); }
td.TdClassName
{
border-color: #303CA4;
}
.TagClassName
{
border-color: #303CA4;
}
</style>