Shades of Royal Blue #306BCE
Tints of Royal Blue #306BCE
RGB
CMYK
RGB Variations
Color information
#306BCE (or 0x306BCE) is known color: Royal Blue. HEX triplet: 30, 6B and CE. RGB value is (48,107,206). Sum of RGB (Red+Green+Blue) = 48+107+206=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #306BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BCE is #CF9431. Grayscale: #646464. Windows color (decimal): -13603890 or 13527856. OLE color: 13527856.
HSL color Cylindrical-coordinate representation of color #306BCE: hue angle of 217.59º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306BCE is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 107 | 206 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.19 |
| HSL | 217.59º | 0.62% | 0.5% | - |
| HSV(B) | 217.59º | 0.77% | 0.81% | - |
| XYZ | 17.62 | 15.6 | 60.48 | - |
| YUV | 100.65 | 187.45 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 206 | 0.77 | 0.48 | 0 | 0.19 | 217.59 | 0.62 | 0.5 |
| Hex | 30 | 6B | CE | 4D | 30 | 0 | 13 | DA | 3E | 32 |
| Octal | 60 | 153 | 316 | 115 | 60 | 0 | 23 | 332 | 76 | 62 |
| Binary | 110000 | 1101011 | 11001110 | 1001101 | 110000 | 0 | 10011 | 11011010 | 111110 | 110010 |
Color Harmonies of #306BCE
Complementary color
Monochromatic Colors of #306BCE
Black with #306BCE
Text Example
Text Example
White with #306BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306BCE; }
p { color: rgb(48,107,206); }
H1.HeaderClassName
{
color: #306BCE;
}
.AnyTagClassName
{
color: #306BCE;
}
</style>
background-color css
<style>
a { background-color: #306BCE; }
a { background-color: rgb(48,107,206); }
div.DivClassName
{
background-color: #306BCE;
}
.BgClassName
{
background-color: #306BCE;
}
</style>
border-color css
<style>
span { border-color: #306BCE; }
span { border-color: rgb(48,107,206); }
td.TdClassName
{
border-color: #306BCE;
}
.TagClassName
{
border-color: #306BCE;
}
</style>