Shades of Royal Blue #3075DC
Tints of Royal Blue #3075DC
RGB
CMYK
RGB Variations
Color information
#3075DC (or 0x3075DC) is known color: Royal Blue. HEX triplet: 30, 75 and DC. RGB value is (48,117,220). Sum of RGB (Red+Green+Blue) = 48+117+220=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #3075DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075DC is #CF8A23. Grayscale: #6B6B6B. Windows color (decimal): -13601316 or 14447920. OLE color: 14447920.
HSL color Cylindrical-coordinate representation of color #3075DC: hue angle of 215.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3075DC is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 117 | 220 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.14 |
| HSL | 215.93º | 0.71% | 0.53% | - |
| HSV(B) | 215.93º | 0.78% | 0.86% | - |
| XYZ | 20.5 | 18.52 | 70.2 | - |
| YUV | 108.11 | 191.14 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 220 | 0.78 | 0.47 | 0 | 0.14 | 215.93 | 0.71 | 0.53 |
| Hex | 30 | 75 | DC | 4E | 2F | 0 | E | D8 | 47 | 35 |
| Octal | 60 | 165 | 334 | 116 | 57 | 0 | 16 | 330 | 107 | 65 |
| Binary | 110000 | 1110101 | 11011100 | 1001110 | 101111 | 0 | 1110 | 11011000 | 1000111 | 110101 |
Color Harmonies of #3075DC
Complementary color
Monochromatic Colors of #3075DC
Black with #3075DC
Text Example
Text Example
White with #3075DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3075DC; }
p { color: rgb(48,117,220); }
H1.HeaderClassName
{
color: #3075DC;
}
.AnyTagClassName
{
color: #3075DC;
}
</style>
background-color css
<style>
a { background-color: #3075DC; }
a { background-color: rgb(48,117,220); }
div.DivClassName
{
background-color: #3075DC;
}
.BgClassName
{
background-color: #3075DC;
}
</style>
border-color css
<style>
span { border-color: #3075DC; }
span { border-color: rgb(48,117,220); }
td.TdClassName
{
border-color: #3075DC;
}
.TagClassName
{
border-color: #3075DC;
}
</style>