Shades of Royal Blue #3075D6
Tints of Royal Blue #3075D6
RGB
CMYK
RGB Variations
Color information
#3075D6 (or 0x3075D6) is known color: Royal Blue. HEX triplet: 30, 75 and D6. RGB value is (48,117,214). Sum of RGB (Red+Green+Blue) = 48+117+214=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 214 (83.98% from 255 or 56.46% from 379); Max value from RGB is 214 - color contains mainly: blue. Hex color #3075D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075D6 is #CF8A29. Grayscale: #6A6A6A. Windows color (decimal): -13601322 or 14054704. OLE color: 14054704.
HSL color Cylindrical-coordinate representation of color #3075D6: hue angle of 215.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3075D6 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 117 | 214 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.16 |
| HSL | 215.06º | 0.67% | 0.51% | - |
| HSV(B) | 215.06º | 0.78% | 0.84% | - |
| XYZ | 19.72 | 18.21 | 66.09 | - |
| YUV | 107.43 | 188.14 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 214 | 0.78 | 0.45 | 0 | 0.16 | 215.06 | 0.67 | 0.51 |
| Hex | 30 | 75 | D6 | 4E | 2D | 0 | 10 | D7 | 43 | 33 |
| Octal | 60 | 165 | 326 | 116 | 55 | 0 | 20 | 327 | 103 | 63 |
| Binary | 110000 | 1110101 | 11010110 | 1001110 | 101101 | 0 | 10000 | 11010111 | 1000011 | 110011 |
Color Harmonies of #3075D6
Complementary color
Monochromatic Colors of #3075D6
Black with #3075D6
Text Example
Text Example
White with #3075D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3075D6; }
p { color: rgb(48,117,214); }
H1.HeaderClassName
{
color: #3075D6;
}
.AnyTagClassName
{
color: #3075D6;
}
</style>
background-color css
<style>
a { background-color: #3075D6; }
a { background-color: rgb(48,117,214); }
div.DivClassName
{
background-color: #3075D6;
}
.BgClassName
{
background-color: #3075D6;
}
</style>
border-color css
<style>
span { border-color: #3075D6; }
span { border-color: rgb(48,117,214); }
td.TdClassName
{
border-color: #3075D6;
}
.TagClassName
{
border-color: #3075D6;
}
</style>