Shades of Persian Blue #302BBB
Tints of Persian Blue #302BBB
RGB
CMYK
RGB Variations
Color information
#302BBB (or 0x302BBB) is known color: Persian Blue. HEX triplet: 30, 2B and BB. RGB value is (48,43,187). Sum of RGB (Red+Green+Blue) = 48+43+187=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #302BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BBB is #CFD444. Grayscale: #3C3C3C. Windows color (decimal): -13620293 or 12266288. OLE color: 12266288.
HSL color Cylindrical-coordinate representation of color #302BBB: hue angle of 242.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302BBB is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 43 | 187 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.27 |
| HSL | 242.08º | 0.63% | 0.45% | - |
| HSV(B) | 242.08º | 0.77% | 0.73% | - |
| XYZ | 11.05 | 5.94 | 47.58 | - |
| YUV | 60.91 | 199.16 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 187 | 0.74 | 0.77 | 0 | 0.27 | 242.08 | 0.63 | 0.45 |
| Hex | 30 | 2B | BB | 4A | 4D | 0 | 1B | F2 | 3F | 2D |
| Octal | 60 | 53 | 273 | 112 | 115 | 0 | 33 | 362 | 77 | 55 |
| Binary | 110000 | 101011 | 10111011 | 1001010 | 1001101 | 0 | 11011 | 11110010 | 111111 | 101101 |
Color Harmonies of #302BBB
Complementary color
Monochromatic Colors of #302BBB
Black with #302BBB
Text Example
Text Example
White with #302BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BBB; }
p { color: rgb(48,43,187); }
H1.HeaderClassName
{
color: #302BBB;
}
.AnyTagClassName
{
color: #302BBB;
}
</style>
background-color css
<style>
a { background-color: #302BBB; }
a { background-color: rgb(48,43,187); }
div.DivClassName
{
background-color: #302BBB;
}
.BgClassName
{
background-color: #302BBB;
}
</style>
border-color css
<style>
span { border-color: #302BBB; }
span { border-color: rgb(48,43,187); }
td.TdClassName
{
border-color: #302BBB;
}
.TagClassName
{
border-color: #302BBB;
}
</style>