Shades of Persian Blue #303DB1
Tints of Persian Blue #303DB1
RGB
CMYK
RGB Variations
Color information
#303DB1 (or 0x303DB1) is known color: Persian Blue. HEX triplet: 30, 3D and B1. RGB value is (48,61,177). Sum of RGB (Red+Green+Blue) = 48+61+177=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #303DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303DB1 is #CFC24E. Grayscale: #454545. Windows color (decimal): -13615695 or 11615536. OLE color: 11615536.
HSL color Cylindrical-coordinate representation of color #303DB1: hue angle of 233.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #303DB1 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 61 | 177 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.31 |
| HSL | 233.95º | 0.57% | 0.44% | - |
| HSV(B) | 233.95º | 0.73% | 0.69% | - |
| XYZ | 10.82 | 7.14 | 42.4 | - |
| YUV | 70.34 | 188.19 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 177 | 0.73 | 0.66 | 0 | 0.31 | 233.95 | 0.57 | 0.44 |
| Hex | 30 | 3D | B1 | 49 | 42 | 0 | 1F | EA | 39 | 2C |
| Octal | 60 | 75 | 261 | 111 | 102 | 0 | 37 | 352 | 71 | 54 |
| Binary | 110000 | 111101 | 10110001 | 1001001 | 1000010 | 0 | 11111 | 11101010 | 111001 | 101100 |
Color Harmonies of #303DB1
Complementary color
Monochromatic Colors of #303DB1
Black with #303DB1
Text Example
Text Example
White with #303DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DB1; }
p { color: rgb(48,61,177); }
H1.HeaderClassName
{
color: #303DB1;
}
.AnyTagClassName
{
color: #303DB1;
}
</style>
background-color css
<style>
a { background-color: #303DB1; }
a { background-color: rgb(48,61,177); }
div.DivClassName
{
background-color: #303DB1;
}
.BgClassName
{
background-color: #303DB1;
}
</style>
border-color css
<style>
span { border-color: #303DB1; }
span { border-color: rgb(48,61,177); }
td.TdClassName
{
border-color: #303DB1;
}
.TagClassName
{
border-color: #303DB1;
}
</style>