Shades of Persian Blue #302BBF
Tints of Persian Blue #302BBF
RGB
CMYK
RGB Variations
Color information
#302BBF (or 0x302BBF) is known color: Persian Blue. HEX triplet: 30, 2B and BF. RGB value is (48,43,191). Sum of RGB (Red+Green+Blue) = 48+43+191=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #302BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BBF is #CFD440. Grayscale: #3C3C3C. Windows color (decimal): -13620289 or 12528432. OLE color: 12528432.
HSL color Cylindrical-coordinate representation of color #302BBF: hue angle of 242.03º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302BBF is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 43 | 191 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.25 |
| HSL | 242.03º | 0.63% | 0.46% | - |
| HSV(B) | 242.03º | 0.77% | 0.75% | - |
| XYZ | 11.49 | 6.12 | 49.87 | - |
| YUV | 61.37 | 201.16 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 191 | 0.75 | 0.77 | 0 | 0.25 | 242.03 | 0.63 | 0.46 |
| Hex | 30 | 2B | BF | 4B | 4D | 0 | 19 | F2 | 3F | 2E |
| Octal | 60 | 53 | 277 | 113 | 115 | 0 | 31 | 362 | 77 | 56 |
| Binary | 110000 | 101011 | 10111111 | 1001011 | 1001101 | 0 | 11001 | 11110010 | 111111 | 101110 |
Color Harmonies of #302BBF
Complementary color
Monochromatic Colors of #302BBF
Black with #302BBF
Text Example
Text Example
White with #302BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BBF; }
p { color: rgb(48,43,191); }
H1.HeaderClassName
{
color: #302BBF;
}
.AnyTagClassName
{
color: #302BBF;
}
</style>
background-color css
<style>
a { background-color: #302BBF; }
a { background-color: rgb(48,43,191); }
div.DivClassName
{
background-color: #302BBF;
}
.BgClassName
{
background-color: #302BBF;
}
</style>
border-color css
<style>
span { border-color: #302BBF; }
span { border-color: rgb(48,43,191); }
td.TdClassName
{
border-color: #302BBF;
}
.TagClassName
{
border-color: #302BBF;
}
</style>