Shades of Royal Blue #306FCC
Tints of Royal Blue #306FCC
RGB
CMYK
RGB Variations
Color information
#306FCC (or 0x306FCC) is known color: Royal Blue. HEX triplet: 30, 6F and CC. RGB value is (48,111,204). Sum of RGB (Red+Green+Blue) = 48+111+204=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #306FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FCC is #CF9033. Grayscale: #666666. Windows color (decimal): -13602868 or 13397808. OLE color: 13397808.
HSL color Cylindrical-coordinate representation of color #306FCC: hue angle of 215.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #306FCC is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 111 | 204 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.2 |
| HSL | 215.77º | 0.62% | 0.49% | - |
| HSV(B) | 215.77º | 0.76% | 0.8% | - |
| XYZ | 17.8 | 16.36 | 59.35 | - |
| YUV | 102.77 | 185.13 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 204 | 0.76 | 0.46 | 0 | 0.2 | 215.77 | 0.62 | 0.49 |
| Hex | 30 | 6F | CC | 4C | 2E | 0 | 14 | D8 | 3E | 31 |
| Octal | 60 | 157 | 314 | 114 | 56 | 0 | 24 | 330 | 76 | 61 |
| Binary | 110000 | 1101111 | 11001100 | 1001100 | 101110 | 0 | 10100 | 11011000 | 111110 | 110001 |
Color Harmonies of #306FCC
Complementary color
Monochromatic Colors of #306FCC
Black with #306FCC
Text Example
Text Example
White with #306FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FCC; }
p { color: rgb(48,111,204); }
H1.HeaderClassName
{
color: #306FCC;
}
.AnyTagClassName
{
color: #306FCC;
}
</style>
background-color css
<style>
a { background-color: #306FCC; }
a { background-color: rgb(48,111,204); }
div.DivClassName
{
background-color: #306FCC;
}
.BgClassName
{
background-color: #306FCC;
}
</style>
border-color css
<style>
span { border-color: #306FCC; }
span { border-color: rgb(48,111,204); }
td.TdClassName
{
border-color: #306FCC;
}
.TagClassName
{
border-color: #306FCC;
}
</style>