Shades of Royal Blue #306CE1
Tints of Royal Blue #306CE1
RGB
CMYK
RGB Variations
Color information
#306CE1 (or 0x306CE1) is known color: Royal Blue. HEX triplet: 30, 6C and E1. RGB value is (48,108,225). Sum of RGB (Red+Green+Blue) = 48+108+225=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #306CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CE1 is #CF931E. Grayscale: #666666. Windows color (decimal): -13603615 or 14773296. OLE color: 14773296.
HSL color Cylindrical-coordinate representation of color #306CE1: hue angle of 219.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #306CE1 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 108 | 225 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.12 |
| HSL | 219.66º | 0.75% | 0.54% | - |
| HSV(B) | 219.66º | 0.79% | 0.88% | - |
| XYZ | 20.17 | 16.79 | 73.41 | - |
| YUV | 103.4 | 196.62 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 225 | 0.79 | 0.52 | 0 | 0.12 | 219.66 | 0.75 | 0.54 |
| Hex | 30 | 6C | E1 | 4F | 34 | 0 | C | DC | 4B | 36 |
| Octal | 60 | 154 | 341 | 117 | 64 | 0 | 14 | 334 | 113 | 66 |
| Binary | 110000 | 1101100 | 11100001 | 1001111 | 110100 | 0 | 1100 | 11011100 | 1001011 | 110110 |
Color Harmonies of #306CE1
Complementary color
Monochromatic Colors of #306CE1
Black with #306CE1
Text Example
Text Example
White with #306CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306CE1; }
p { color: rgb(48,108,225); }
H1.HeaderClassName
{
color: #306CE1;
}
.AnyTagClassName
{
color: #306CE1;
}
</style>
background-color css
<style>
a { background-color: #306CE1; }
a { background-color: rgb(48,108,225); }
div.DivClassName
{
background-color: #306CE1;
}
.BgClassName
{
background-color: #306CE1;
}
</style>
border-color css
<style>
span { border-color: #306CE1; }
span { border-color: rgb(48,108,225); }
td.TdClassName
{
border-color: #306CE1;
}
.TagClassName
{
border-color: #306CE1;
}
</style>