Shades of Royal Blue #3066CF
Tints of Royal Blue #3066CF
RGB
CMYK
RGB Variations
Color information
#3066CF (or 0x3066CF) is known color: Royal Blue. HEX triplet: 30, 66 and CF. RGB value is (48,102,207). Sum of RGB (Red+Green+Blue) = 48+102+207=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #3066CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3066CF is #CF9930. Grayscale: #616161. Windows color (decimal): -13605169 or 13592112. OLE color: 13592112.
HSL color Cylindrical-coordinate representation of color #3066CF: hue angle of 219.62º 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 #3066CF is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 102 | 207 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.19 |
| HSL | 219.62º | 0.62% | 0.5% | - |
| HSV(B) | 219.62º | 0.77% | 0.81% | - |
| XYZ | 17.23 | 14.64 | 60.95 | - |
| YUV | 97.82 | 189.61 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 207 | 0.77 | 0.51 | 0 | 0.19 | 219.62 | 0.62 | 0.5 |
| Hex | 30 | 66 | CF | 4D | 33 | 0 | 13 | DC | 3E | 32 |
| Octal | 60 | 146 | 317 | 115 | 63 | 0 | 23 | 334 | 76 | 62 |
| Binary | 110000 | 1100110 | 11001111 | 1001101 | 110011 | 0 | 10011 | 11011100 | 111110 | 110010 |
Color Harmonies of #3066CF
Complementary color
Monochromatic Colors of #3066CF
Black with #3066CF
Text Example
Text Example
White with #3066CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3066CF; }
p { color: rgb(48,102,207); }
H1.HeaderClassName
{
color: #3066CF;
}
.AnyTagClassName
{
color: #3066CF;
}
</style>
background-color css
<style>
a { background-color: #3066CF; }
a { background-color: rgb(48,102,207); }
div.DivClassName
{
background-color: #3066CF;
}
.BgClassName
{
background-color: #3066CF;
}
</style>
border-color css
<style>
span { border-color: #3066CF; }
span { border-color: rgb(48,102,207); }
td.TdClassName
{
border-color: #3066CF;
}
.TagClassName
{
border-color: #3066CF;
}
</style>