Shades of Persian Blue #302BD0
Tints of Persian Blue #302BD0
RGB
CMYK
RGB Variations
Color information
#302BD0 (or 0x302BD0) is known color: Persian Blue. HEX triplet: 30, 2B and D0. RGB value is (48,43,208). Sum of RGB (Red+Green+Blue) = 48+43+208=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #302BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BD0 is #CFD42F. Grayscale: #3E3E3E. Windows color (decimal): -13620272 or 13642544. OLE color: 13642544.
HSL color Cylindrical-coordinate representation of color #302BD0: hue angle of 241.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302BD0 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 43 | 208 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.18 |
| HSL | 241.82º | 0.66% | 0.49% | - |
| HSV(B) | 241.82º | 0.79% | 0.82% | - |
| XYZ | 13.47 | 6.91 | 60.3 | - |
| YUV | 63.31 | 209.66 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 208 | 0.77 | 0.79 | 0 | 0.18 | 241.82 | 0.66 | 0.49 |
| Hex | 30 | 2B | D0 | 4D | 4F | 0 | 12 | F2 | 42 | 31 |
| Octal | 60 | 53 | 320 | 115 | 117 | 0 | 22 | 362 | 102 | 61 |
| Binary | 110000 | 101011 | 11010000 | 1001101 | 1001111 | 0 | 10010 | 11110010 | 1000010 | 110001 |
Color Harmonies of #302BD0
Complementary color
Monochromatic Colors of #302BD0
Black with #302BD0
Text Example
Text Example
White with #302BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BD0; }
p { color: rgb(48,43,208); }
H1.HeaderClassName
{
color: #302BD0;
}
.AnyTagClassName
{
color: #302BD0;
}
</style>
background-color css
<style>
a { background-color: #302BD0; }
a { background-color: rgb(48,43,208); }
div.DivClassName
{
background-color: #302BD0;
}
.BgClassName
{
background-color: #302BD0;
}
</style>
border-color css
<style>
span { border-color: #302BD0; }
span { border-color: rgb(48,43,208); }
td.TdClassName
{
border-color: #302BD0;
}
.TagClassName
{
border-color: #302BD0;
}
</style>