Shades of Persian Blue #303AA8
Tints of Persian Blue #303AA8
RGB
CMYK
RGB Variations
Color information
#303AA8 (or 0x303AA8) is known color: Persian Blue. HEX triplet: 30, 3A and A8. RGB value is (48,58,168). Sum of RGB (Red+Green+Blue) = 48+58+168=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 168 (66.02% from 255 or 61.31% from 274); Max value from RGB is 168 - color contains mainly: blue. Hex color #303AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303AA8 is #CFC557. Grayscale: #434343. Windows color (decimal): -13616472 or 11024944. OLE color: 11024944.
HSL color Cylindrical-coordinate representation of color #303AA8: hue angle of 235º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #303AA8 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 58 | 168 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.34 |
| HSL | 235º | 0.56% | 0.42% | - |
| HSV(B) | 235º | 0.71% | 0.66% | - |
| XYZ | 9.8 | 6.48 | 37.78 | - |
| YUV | 67.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 168 | 0.71 | 0.65 | 0 | 0.34 | 235 | 0.56 | 0.42 |
| Hex | 30 | 3A | A8 | 47 | 41 | 0 | 22 | EB | 38 | 2A |
| Octal | 60 | 72 | 250 | 107 | 101 | 0 | 42 | 353 | 70 | 52 |
| Binary | 110000 | 111010 | 10101000 | 1000111 | 1000001 | 0 | 100010 | 11101011 | 111000 | 101010 |
Color Harmonies of #303AA8
Complementary color
Monochromatic Colors of #303AA8
Black with #303AA8
Text Example
Text Example
White with #303AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303AA8; }
p { color: rgb(48,58,168); }
H1.HeaderClassName
{
color: #303AA8;
}
.AnyTagClassName
{
color: #303AA8;
}
</style>
background-color css
<style>
a { background-color: #303AA8; }
a { background-color: rgb(48,58,168); }
div.DivClassName
{
background-color: #303AA8;
}
.BgClassName
{
background-color: #303AA8;
}
</style>
border-color css
<style>
span { border-color: #303AA8; }
span { border-color: rgb(48,58,168); }
td.TdClassName
{
border-color: #303AA8;
}
.TagClassName
{
border-color: #303AA8;
}
</style>