Shades of Persian Blue #302FB6
Tints of Persian Blue #302FB6
RGB
CMYK
RGB Variations
Color information
#302FB6 (or 0x302FB6) is known color: Persian Blue. HEX triplet: 30, 2F and B6. RGB value is (48,47,182). Sum of RGB (Red+Green+Blue) = 48+47+182=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #302FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FB6 is #CFD049. Grayscale: #3E3E3E. Windows color (decimal): -13619274 or 11939632. OLE color: 11939632.
HSL color Cylindrical-coordinate representation of color #302FB6: hue angle of 240.44º degrees, saturation: 0.59, 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 #302FB6 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 47 | 182 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.29 |
| HSL | 240.44º | 0.59% | 0.45% | - |
| HSV(B) | 240.44º | 0.74% | 0.71% | - |
| XYZ | 10.68 | 6.04 | 44.86 | - |
| YUV | 62.69 | 195.33 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 182 | 0.74 | 0.74 | 0 | 0.29 | 240.44 | 0.59 | 0.45 |
| Hex | 30 | 2F | B6 | 4A | 4A | 0 | 1D | F0 | 3B | 2D |
| Octal | 60 | 57 | 266 | 112 | 112 | 0 | 35 | 360 | 73 | 55 |
| Binary | 110000 | 101111 | 10110110 | 1001010 | 1001010 | 0 | 11101 | 11110000 | 111011 | 101101 |
Color Harmonies of #302FB6
Complementary color
Monochromatic Colors of #302FB6
Black with #302FB6
Text Example
Text Example
White with #302FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FB6; }
p { color: rgb(48,47,182); }
H1.HeaderClassName
{
color: #302FB6;
}
.AnyTagClassName
{
color: #302FB6;
}
</style>
background-color css
<style>
a { background-color: #302FB6; }
a { background-color: rgb(48,47,182); }
div.DivClassName
{
background-color: #302FB6;
}
.BgClassName
{
background-color: #302FB6;
}
</style>
border-color css
<style>
span { border-color: #302FB6; }
span { border-color: rgb(48,47,182); }
td.TdClassName
{
border-color: #302FB6;
}
.TagClassName
{
border-color: #302FB6;
}
</style>