Shades of Persian Blue #303BB8
Tints of Persian Blue #303BB8
RGB
CMYK
RGB Variations
Color information
#303BB8 (or 0x303BB8) is known color: Persian Blue. HEX triplet: 30, 3B and B8. RGB value is (48,59,184). Sum of RGB (Red+Green+Blue) = 48+59+184=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 184 (72.27% from 255 or 63.23% from 291); Max value from RGB is 184 - color contains mainly: blue. Hex color #303BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BB8 is #CFC447. Grayscale: #454545. Windows color (decimal): -13616200 or 12073776. OLE color: 12073776.
HSL color Cylindrical-coordinate representation of color #303BB8: hue angle of 235.15º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303BB8 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 59 | 184 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.28 |
| HSL | 235.15º | 0.59% | 0.45% | - |
| HSV(B) | 235.15º | 0.74% | 0.72% | - |
| XYZ | 11.43 | 7.22 | 46.14 | - |
| YUV | 69.96 | 192.36 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 184 | 0.74 | 0.68 | 0 | 0.28 | 235.15 | 0.59 | 0.45 |
| Hex | 30 | 3B | B8 | 4A | 44 | 0 | 1C | EB | 3B | 2D |
| Octal | 60 | 73 | 270 | 112 | 104 | 0 | 34 | 353 | 73 | 55 |
| Binary | 110000 | 111011 | 10111000 | 1001010 | 1000100 | 0 | 11100 | 11101011 | 111011 | 101101 |
Color Harmonies of #303BB8
Complementary color
Monochromatic Colors of #303BB8
Black with #303BB8
Text Example
Text Example
White with #303BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BB8; }
p { color: rgb(48,59,184); }
H1.HeaderClassName
{
color: #303BB8;
}
.AnyTagClassName
{
color: #303BB8;
}
</style>
background-color css
<style>
a { background-color: #303BB8; }
a { background-color: rgb(48,59,184); }
div.DivClassName
{
background-color: #303BB8;
}
.BgClassName
{
background-color: #303BB8;
}
</style>
border-color css
<style>
span { border-color: #303BB8; }
span { border-color: rgb(48,59,184); }
td.TdClassName
{
border-color: #303BB8;
}
.TagClassName
{
border-color: #303BB8;
}
</style>