Shades of Royal Blue #306CDA
Tints of Royal Blue #306CDA
RGB
CMYK
RGB Variations
Color information
#306CDA (or 0x306CDA) is known color: Royal Blue. HEX triplet: 30, 6C and DA. RGB value is (48,108,218). Sum of RGB (Red+Green+Blue) = 48+108+218=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #306CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CDA is #CF9325. Grayscale: #666666. Windows color (decimal): -13603622 or 14314544. OLE color: 14314544.
HSL color Cylindrical-coordinate representation of color #306CDA: hue angle of 218.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306CDA is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 108 | 218 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.15 |
| HSL | 218.82º | 0.7% | 0.52% | - |
| HSV(B) | 218.82º | 0.78% | 0.85% | - |
| XYZ | 19.24 | 16.42 | 68.48 | - |
| YUV | 102.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 218 | 0.78 | 0.50 | 0 | 0.15 | 218.82 | 0.7 | 0.52 |
| Hex | 30 | 6C | DA | 4E | 32 | 0 | F | DB | 46 | 34 |
| Octal | 60 | 154 | 332 | 116 | 62 | 0 | 17 | 333 | 106 | 64 |
| Binary | 110000 | 1101100 | 11011010 | 1001110 | 110010 | 0 | 1111 | 11011011 | 1000110 | 110100 |
Color Harmonies of #306CDA
Complementary color
Monochromatic Colors of #306CDA
Black with #306CDA
Text Example
Text Example
White with #306CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306CDA; }
p { color: rgb(48,108,218); }
H1.HeaderClassName
{
color: #306CDA;
}
.AnyTagClassName
{
color: #306CDA;
}
</style>
background-color css
<style>
a { background-color: #306CDA; }
a { background-color: rgb(48,108,218); }
div.DivClassName
{
background-color: #306CDA;
}
.BgClassName
{
background-color: #306CDA;
}
</style>
border-color css
<style>
span { border-color: #306CDA; }
span { border-color: rgb(48,108,218); }
td.TdClassName
{
border-color: #306CDA;
}
.TagClassName
{
border-color: #306CDA;
}
</style>