Shades of Persian Blue #303BB4
Tints of Persian Blue #303BB4
RGB
CMYK
RGB Variations
Color information
#303BB4 (or 0x303BB4) is known color: Persian Blue. HEX triplet: 30, 3B and B4. RGB value is (48,59,180). Sum of RGB (Red+Green+Blue) = 48+59+180=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #303BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BB4 is #CFC44B. Grayscale: #454545. Windows color (decimal): -13616204 or 11811632. OLE color: 11811632.
HSL color Cylindrical-coordinate representation of color #303BB4: hue angle of 235º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #303BB4 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 59 | 180 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.29 |
| HSL | 235º | 0.58% | 0.45% | - |
| HSV(B) | 235º | 0.73% | 0.71% | - |
| XYZ | 11.02 | 7.05 | 43.96 | - |
| YUV | 69.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 180 | 0.73 | 0.67 | 0 | 0.29 | 235 | 0.58 | 0.45 |
| Hex | 30 | 3B | B4 | 49 | 43 | 0 | 1D | EB | 3A | 2D |
| Octal | 60 | 73 | 264 | 111 | 103 | 0 | 35 | 353 | 72 | 55 |
| Binary | 110000 | 111011 | 10110100 | 1001001 | 1000011 | 0 | 11101 | 11101011 | 111010 | 101101 |
Color Harmonies of #303BB4
Complementary color
Monochromatic Colors of #303BB4
Black with #303BB4
Text Example
Text Example
White with #303BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BB4; }
p { color: rgb(48,59,180); }
H1.HeaderClassName
{
color: #303BB4;
}
.AnyTagClassName
{
color: #303BB4;
}
</style>
background-color css
<style>
a { background-color: #303BB4; }
a { background-color: rgb(48,59,180); }
div.DivClassName
{
background-color: #303BB4;
}
.BgClassName
{
background-color: #303BB4;
}
</style>
border-color css
<style>
span { border-color: #303BB4; }
span { border-color: rgb(48,59,180); }
td.TdClassName
{
border-color: #303BB4;
}
.TagClassName
{
border-color: #303BB4;
}
</style>