Shades of Royal Blue #3065E6
Tints of Royal Blue #3065E6
RGB
CMYK
RGB Variations
Color information
#3065E6 (or 0x3065E6) is known color: Royal Blue. HEX triplet: 30, 65 and E6. RGB value is (48,101,230). Sum of RGB (Red+Green+Blue) = 48+101+230=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 230 (90.23% from 255 or 60.69% from 379); Max value from RGB is 230 - color contains mainly: blue. Hex color #3065E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3065E6 is #CF9A19. Grayscale: #636363. Windows color (decimal): -13605402 or 15099184. OLE color: 15099184.
HSL color Cylindrical-coordinate representation of color #3065E6: hue angle of 222.53º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3065E6 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 101 | 230 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.10 |
| HSL | 222.53º | 0.78% | 0.55% | - |
| HSV(B) | 222.53º | 0.79% | 0.9% | - |
| XYZ | 20.16 | 15.65 | 76.82 | - |
| YUV | 99.86 | 201.44 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 230 | 0.79 | 0.56 | 0 | 0.10 | 222.53 | 0.78 | 0.55 |
| Hex | 30 | 65 | E6 | 4F | 38 | 0 | A | DF | 4E | 37 |
| Octal | 60 | 145 | 346 | 117 | 70 | 0 | 12 | 337 | 116 | 67 |
| Binary | 110000 | 1100101 | 11100110 | 1001111 | 111000 | 0 | 1010 | 11011111 | 1001110 | 110111 |
Color Harmonies of #3065E6
Complementary color
Monochromatic Colors of #3065E6
Black with #3065E6
Text Example
Text Example
White with #3065E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065E6; }
p { color: rgb(48,101,230); }
H1.HeaderClassName
{
color: #3065E6;
}
.AnyTagClassName
{
color: #3065E6;
}
</style>
background-color css
<style>
a { background-color: #3065E6; }
a { background-color: rgb(48,101,230); }
div.DivClassName
{
background-color: #3065E6;
}
.BgClassName
{
background-color: #3065E6;
}
</style>
border-color css
<style>
span { border-color: #3065E6; }
span { border-color: rgb(48,101,230); }
td.TdClassName
{
border-color: #3065E6;
}
.TagClassName
{
border-color: #3065E6;
}
</style>