Shades of Persian Blue #302FB2
Tints of Persian Blue #302FB2
RGB
CMYK
RGB Variations
Color information
#302FB2 (or 0x302FB2) is known color: Persian Blue. HEX triplet: 30, 2F and B2. RGB value is (48,47,178). Sum of RGB (Red+Green+Blue) = 48+47+178=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 178 (69.92% from 255 or 65.20% from 273); Max value from RGB is 178 - color contains mainly: blue. Hex color #302FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302FB2 is #CFD04D. Grayscale: #3D3D3D. Windows color (decimal): -13619278 or 11677488. OLE color: 11677488.
HSL color Cylindrical-coordinate representation of color #302FB2: hue angle of 240.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302FB2 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 47 | 178 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.30 |
| HSL | 240.46º | 0.58% | 0.44% | - |
| HSV(B) | 240.46º | 0.74% | 0.7% | - |
| XYZ | 10.27 | 5.88 | 42.71 | - |
| YUV | 62.23 | 193.33 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 178 | 0.73 | 0.74 | 0 | 0.30 | 240.46 | 0.58 | 0.44 |
| Hex | 30 | 2F | B2 | 49 | 4A | 0 | 1E | F0 | 3A | 2C |
| Octal | 60 | 57 | 262 | 111 | 112 | 0 | 36 | 360 | 72 | 54 |
| Binary | 110000 | 101111 | 10110010 | 1001001 | 1001010 | 0 | 11110 | 11110000 | 111010 | 101100 |
Color Harmonies of #302FB2
Complementary color
Monochromatic Colors of #302FB2
Black with #302FB2
Text Example
Text Example
White with #302FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FB2; }
p { color: rgb(48,47,178); }
H1.HeaderClassName
{
color: #302FB2;
}
.AnyTagClassName
{
color: #302FB2;
}
</style>
background-color css
<style>
a { background-color: #302FB2; }
a { background-color: rgb(48,47,178); }
div.DivClassName
{
background-color: #302FB2;
}
.BgClassName
{
background-color: #302FB2;
}
</style>
border-color css
<style>
span { border-color: #302FB2; }
span { border-color: rgb(48,47,178); }
td.TdClassName
{
border-color: #302FB2;
}
.TagClassName
{
border-color: #302FB2;
}
</style>