Shades of Royal Blue #3066CE
Tints of Royal Blue #3066CE
RGB
CMYK
RGB Variations
Color information
#3066CE (or 0x3066CE) is known color: Royal Blue. HEX triplet: 30, 66 and CE. RGB value is (48,102,206). Sum of RGB (Red+Green+Blue) = 48+102+206=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #3066CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3066CE is #CF9931. Grayscale: #616161. Windows color (decimal): -13605170 or 13526576. OLE color: 13526576.
HSL color Cylindrical-coordinate representation of color #3066CE: hue angle of 219.49º 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 #3066CE is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 102 | 206 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.19 |
| HSL | 219.49º | 0.62% | 0.5% | - |
| HSV(B) | 219.49º | 0.77% | 0.81% | - |
| XYZ | 17.11 | 14.59 | 60.31 | - |
| YUV | 97.71 | 189.11 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 206 | 0.77 | 0.50 | 0 | 0.19 | 219.49 | 0.62 | 0.5 |
| Hex | 30 | 66 | CE | 4D | 32 | 0 | 13 | DB | 3E | 32 |
| Octal | 60 | 146 | 316 | 115 | 62 | 0 | 23 | 333 | 76 | 62 |
| Binary | 110000 | 1100110 | 11001110 | 1001101 | 110010 | 0 | 10011 | 11011011 | 111110 | 110010 |
Color Harmonies of #3066CE
Complementary color
Monochromatic Colors of #3066CE
Black with #3066CE
Text Example
Text Example
White with #3066CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3066CE; }
p { color: rgb(48,102,206); }
H1.HeaderClassName
{
color: #3066CE;
}
.AnyTagClassName
{
color: #3066CE;
}
</style>
background-color css
<style>
a { background-color: #3066CE; }
a { background-color: rgb(48,102,206); }
div.DivClassName
{
background-color: #3066CE;
}
.BgClassName
{
background-color: #3066CE;
}
</style>
border-color css
<style>
span { border-color: #3066CE; }
span { border-color: rgb(48,102,206); }
td.TdClassName
{
border-color: #3066CE;
}
.TagClassName
{
border-color: #3066CE;
}
</style>