Shades of Persian Blue #303DCE
Tints of Persian Blue #303DCE
RGB
CMYK
RGB Variations
Color information
#303DCE (or 0x303DCE) is known color: Persian Blue. HEX triplet: 30, 3D and CE. RGB value is (48,61,206). Sum of RGB (Red+Green+Blue) = 48+61+206=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #303DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DCE is #CFC231. Grayscale: #494949. Windows color (decimal): -13615666 or 13516080. OLE color: 13516080.
HSL color Cylindrical-coordinate representation of color #303DCE: hue angle of 235.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #303DCE is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 61 | 206 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.19 |
| HSL | 235.06º | 0.62% | 0.5% | - |
| HSV(B) | 235.06º | 0.77% | 0.81% | - |
| XYZ | 14.03 | 8.42 | 59.28 | - |
| YUV | 73.64 | 202.69 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 206 | 0.77 | 0.70 | 0 | 0.19 | 235.06 | 0.62 | 0.5 |
| Hex | 30 | 3D | CE | 4D | 46 | 0 | 13 | EB | 3E | 32 |
| Octal | 60 | 75 | 316 | 115 | 106 | 0 | 23 | 353 | 76 | 62 |
| Binary | 110000 | 111101 | 11001110 | 1001101 | 1000110 | 0 | 10011 | 11101011 | 111110 | 110010 |
Color Harmonies of #303DCE
Complementary color
Monochromatic Colors of #303DCE
Black with #303DCE
Text Example
Text Example
White with #303DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DCE; }
p { color: rgb(48,61,206); }
H1.HeaderClassName
{
color: #303DCE;
}
.AnyTagClassName
{
color: #303DCE;
}
</style>
background-color css
<style>
a { background-color: #303DCE; }
a { background-color: rgb(48,61,206); }
div.DivClassName
{
background-color: #303DCE;
}
.BgClassName
{
background-color: #303DCE;
}
</style>
border-color css
<style>
span { border-color: #303DCE; }
span { border-color: rgb(48,61,206); }
td.TdClassName
{
border-color: #303DCE;
}
.TagClassName
{
border-color: #303DCE;
}
</style>