Shades of Persian Blue #303AB6
Tints of Persian Blue #303AB6
RGB
CMYK
RGB Variations
Color information
#303AB6 (or 0x303AB6) is known color: Persian Blue. HEX triplet: 30, 3A and B6. RGB value is (48,58,182). Sum of RGB (Red+Green+Blue) = 48+58+182=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 182 (71.48% from 255 or 63.19% from 288); Max value from RGB is 182 - color contains mainly: blue. Hex color #303AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303AB6 is #CFC549. Grayscale: #444444. Windows color (decimal): -13616458 or 11942448. OLE color: 11942448.
HSL color Cylindrical-coordinate representation of color #303AB6: hue angle of 235.52º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303AB6 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 58 | 182 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.29 |
| HSL | 235.52º | 0.58% | 0.45% | - |
| HSV(B) | 235.52º | 0.74% | 0.71% | - |
| XYZ | 11.18 | 7.03 | 45.02 | - |
| YUV | 69.15 | 191.69 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 182 | 0.74 | 0.68 | 0 | 0.29 | 235.52 | 0.58 | 0.45 |
| Hex | 30 | 3A | B6 | 4A | 44 | 0 | 1D | EC | 3A | 2D |
| Octal | 60 | 72 | 266 | 112 | 104 | 0 | 35 | 354 | 72 | 55 |
| Binary | 110000 | 111010 | 10110110 | 1001010 | 1000100 | 0 | 11101 | 11101100 | 111010 | 101101 |
Color Harmonies of #303AB6
Complementary color
Monochromatic Colors of #303AB6
Black with #303AB6
Text Example
Text Example
White with #303AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303AB6; }
p { color: rgb(48,58,182); }
H1.HeaderClassName
{
color: #303AB6;
}
.AnyTagClassName
{
color: #303AB6;
}
</style>
background-color css
<style>
a { background-color: #303AB6; }
a { background-color: rgb(48,58,182); }
div.DivClassName
{
background-color: #303AB6;
}
.BgClassName
{
background-color: #303AB6;
}
</style>
border-color css
<style>
span { border-color: #303AB6; }
span { border-color: rgb(48,58,182); }
td.TdClassName
{
border-color: #303AB6;
}
.TagClassName
{
border-color: #303AB6;
}
</style>