Shades of Royal Blue #306BE6
Tints of Royal Blue #306BE6
RGB
CMYK
RGB Variations
Color information
#306BE6 (or 0x306BE6) is known color: Royal Blue. HEX triplet: 30, 6B and E6. RGB value is (48,107,230). Sum of RGB (Red+Green+Blue) = 48+107+230=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #306BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306BE6 is #CF9419. Grayscale: #666666. Windows color (decimal): -13603866 or 15100720. OLE color: 15100720.
HSL color Cylindrical-coordinate representation of color #306BE6: hue angle of 220.55º 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 #306BE6 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 107 | 230 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.10 |
| HSL | 220.55º | 0.78% | 0.55% | - |
| HSV(B) | 220.55º | 0.79% | 0.9% | - |
| XYZ | 20.76 | 16.86 | 77.02 | - |
| YUV | 103.38 | 199.45 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 230 | 0.79 | 0.53 | 0 | 0.10 | 220.55 | 0.78 | 0.55 |
| Hex | 30 | 6B | E6 | 4F | 35 | 0 | A | DD | 4E | 37 |
| Octal | 60 | 153 | 346 | 117 | 65 | 0 | 12 | 335 | 116 | 67 |
| Binary | 110000 | 1101011 | 11100110 | 1001111 | 110101 | 0 | 1010 | 11011101 | 1001110 | 110111 |
Color Harmonies of #306BE6
Complementary color
Monochromatic Colors of #306BE6
Black with #306BE6
Text Example
Text Example
White with #306BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306BE6; }
p { color: rgb(48,107,230); }
H1.HeaderClassName
{
color: #306BE6;
}
.AnyTagClassName
{
color: #306BE6;
}
</style>
background-color css
<style>
a { background-color: #306BE6; }
a { background-color: rgb(48,107,230); }
div.DivClassName
{
background-color: #306BE6;
}
.BgClassName
{
background-color: #306BE6;
}
</style>
border-color css
<style>
span { border-color: #306BE6; }
span { border-color: rgb(48,107,230); }
td.TdClassName
{
border-color: #306BE6;
}
.TagClassName
{
border-color: #306BE6;
}
</style>