Shades of Royal Blue #3075CE
Tints of Royal Blue #3075CE
RGB
CMYK
RGB Variations
Color information
#3075CE (or 0x3075CE) is known color: Royal Blue. HEX triplet: 30, 75 and CE. RGB value is (48,117,206). Sum of RGB (Red+Green+Blue) = 48+117+206=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #3075CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075CE is #CF8A31. Grayscale: #6A6A6A. Windows color (decimal): -13601330 or 13530416. OLE color: 13530416.
HSL color Cylindrical-coordinate representation of color #3075CE: hue angle of 213.8º 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 #3075CE is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 117 | 206 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.19 |
| HSL | 213.8º | 0.62% | 0.5% | - |
| HSV(B) | 213.8º | 0.77% | 0.81% | - |
| XYZ | 18.72 | 17.81 | 60.84 | - |
| YUV | 106.52 | 184.14 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 206 | 0.77 | 0.43 | 0 | 0.19 | 213.8 | 0.62 | 0.5 |
| Hex | 30 | 75 | CE | 4D | 2B | 0 | 13 | D6 | 3E | 32 |
| Octal | 60 | 165 | 316 | 115 | 53 | 0 | 23 | 326 | 76 | 62 |
| Binary | 110000 | 1110101 | 11001110 | 1001101 | 101011 | 0 | 10011 | 11010110 | 111110 | 110010 |
Color Harmonies of #3075CE
Complementary color
Monochromatic Colors of #3075CE
Black with #3075CE
Text Example
Text Example
White with #3075CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3075CE; }
p { color: rgb(48,117,206); }
H1.HeaderClassName
{
color: #3075CE;
}
.AnyTagClassName
{
color: #3075CE;
}
</style>
background-color css
<style>
a { background-color: #3075CE; }
a { background-color: rgb(48,117,206); }
div.DivClassName
{
background-color: #3075CE;
}
.BgClassName
{
background-color: #3075CE;
}
</style>
border-color css
<style>
span { border-color: #3075CE; }
span { border-color: rgb(48,117,206); }
td.TdClassName
{
border-color: #3075CE;
}
.TagClassName
{
border-color: #3075CE;
}
</style>