Shades of Royal Blue #306CE2
Tints of Royal Blue #306CE2
RGB
CMYK
RGB Variations
Color information
#306CE2 (or 0x306CE2) is known color: Royal Blue. HEX triplet: 30, 6C and E2. RGB value is (48,108,226). Sum of RGB (Red+Green+Blue) = 48+108+226=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 226 (88.67% from 255 or 59.16% from 382); Max value from RGB is 226 - color contains mainly: blue. Hex color #306CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CE2 is #CF931D. Grayscale: #666666. Windows color (decimal): -13603614 or 14838832. OLE color: 14838832.
HSL color Cylindrical-coordinate representation of color #306CE2: hue angle of 219.78º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #306CE2 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 108 | 226 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.11 |
| HSL | 219.78º | 0.75% | 0.54% | - |
| HSV(B) | 219.78º | 0.79% | 0.89% | - |
| XYZ | 20.31 | 16.84 | 74.13 | - |
| YUV | 103.51 | 197.12 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 226 | 0.79 | 0.52 | 0 | 0.11 | 219.78 | 0.75 | 0.54 |
| Hex | 30 | 6C | E2 | 4F | 34 | 0 | B | DC | 4B | 36 |
| Octal | 60 | 154 | 342 | 117 | 64 | 0 | 13 | 334 | 113 | 66 |
| Binary | 110000 | 1101100 | 11100010 | 1001111 | 110100 | 0 | 1011 | 11011100 | 1001011 | 110110 |
Color Harmonies of #306CE2
Complementary color
Monochromatic Colors of #306CE2
Black with #306CE2
Text Example
Text Example
White with #306CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306CE2; }
p { color: rgb(48,108,226); }
H1.HeaderClassName
{
color: #306CE2;
}
.AnyTagClassName
{
color: #306CE2;
}
</style>
background-color css
<style>
a { background-color: #306CE2; }
a { background-color: rgb(48,108,226); }
div.DivClassName
{
background-color: #306CE2;
}
.BgClassName
{
background-color: #306CE2;
}
</style>
border-color css
<style>
span { border-color: #306CE2; }
span { border-color: rgb(48,108,226); }
td.TdClassName
{
border-color: #306CE2;
}
.TagClassName
{
border-color: #306CE2;
}
</style>