Shades of Persian Blue #303DBB
Tints of Persian Blue #303DBB
RGB
CMYK
RGB Variations
Color information
#303DBB (or 0x303DBB) is known color: Persian Blue. HEX triplet: 30, 3D and BB. RGB value is (48,61,187). Sum of RGB (Red+Green+Blue) = 48+61+187=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #303DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DBB is #CFC244. Grayscale: #464646. Windows color (decimal): -13615685 or 12270896. OLE color: 12270896.
HSL color Cylindrical-coordinate representation of color #303DBB: hue angle of 234.39º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303DBB is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 61 | 187 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.27 |
| HSL | 234.39º | 0.59% | 0.46% | - |
| HSV(B) | 234.39º | 0.74% | 0.73% | - |
| XYZ | 11.86 | 7.55 | 47.85 | - |
| YUV | 71.48 | 193.19 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 187 | 0.74 | 0.67 | 0 | 0.27 | 234.39 | 0.59 | 0.46 |
| Hex | 30 | 3D | BB | 4A | 43 | 0 | 1B | EA | 3B | 2E |
| Octal | 60 | 75 | 273 | 112 | 103 | 0 | 33 | 352 | 73 | 56 |
| Binary | 110000 | 111101 | 10111011 | 1001010 | 1000011 | 0 | 11011 | 11101010 | 111011 | 101110 |
Color Harmonies of #303DBB
Complementary color
Monochromatic Colors of #303DBB
Black with #303DBB
Text Example
Text Example
White with #303DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DBB; }
p { color: rgb(48,61,187); }
H1.HeaderClassName
{
color: #303DBB;
}
.AnyTagClassName
{
color: #303DBB;
}
</style>
background-color css
<style>
a { background-color: #303DBB; }
a { background-color: rgb(48,61,187); }
div.DivClassName
{
background-color: #303DBB;
}
.BgClassName
{
background-color: #303DBB;
}
</style>
border-color css
<style>
span { border-color: #303DBB; }
span { border-color: rgb(48,61,187); }
td.TdClassName
{
border-color: #303DBB;
}
.TagClassName
{
border-color: #303DBB;
}
</style>