Shades of Royal Blue #306BDE
Tints of Royal Blue #306BDE
RGB
CMYK
RGB Variations
Color information
#306BDE (or 0x306BDE) is known color: Royal Blue. HEX triplet: 30, 6B and DE. RGB value is (48,107,222). Sum of RGB (Red+Green+Blue) = 48+107+222=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #306BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BDE is #CF9421. Grayscale: #656565. Windows color (decimal): -13603874 or 14576432. OLE color: 14576432.
HSL color Cylindrical-coordinate representation of color #306BDE: hue angle of 219.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306BDE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 107 | 222 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.13 |
| HSL | 219.66º | 0.73% | 0.53% | - |
| HSV(B) | 219.66º | 0.78% | 0.87% | - |
| XYZ | 19.66 | 16.42 | 71.24 | - |
| YUV | 102.47 | 195.45 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 222 | 0.78 | 0.52 | 0 | 0.13 | 219.66 | 0.73 | 0.53 |
| Hex | 30 | 6B | DE | 4E | 34 | 0 | D | DC | 48 | 35 |
| Octal | 60 | 153 | 336 | 116 | 64 | 0 | 15 | 334 | 110 | 65 |
| Binary | 110000 | 1101011 | 11011110 | 1001110 | 110100 | 0 | 1101 | 11011100 | 1001000 | 110101 |
Color Harmonies of #306BDE
Complementary color
Monochromatic Colors of #306BDE
Black with #306BDE
Text Example
Text Example
White with #306BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306BDE; }
p { color: rgb(48,107,222); }
H1.HeaderClassName
{
color: #306BDE;
}
.AnyTagClassName
{
color: #306BDE;
}
</style>
background-color css
<style>
a { background-color: #306BDE; }
a { background-color: rgb(48,107,222); }
div.DivClassName
{
background-color: #306BDE;
}
.BgClassName
{
background-color: #306BDE;
}
</style>
border-color css
<style>
span { border-color: #306BDE; }
span { border-color: rgb(48,107,222); }
td.TdClassName
{
border-color: #306BDE;
}
.TagClassName
{
border-color: #306BDE;
}
</style>