Shades of Royal Blue #306CFC
Tints of Royal Blue #306CFC
RGB
CMYK
RGB Variations
Color information
#306CFC (or 0x306CFC) is known color: Royal Blue. HEX triplet: 30, 6C and FC. RGB value is (48,108,252). Sum of RGB (Red+Green+Blue) = 48+108+252=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #306CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CFC is #CF9303. Grayscale: #696969. Windows color (decimal): -13603588 or 16542768. OLE color: 16542768.
HSL color Cylindrical-coordinate representation of color #306CFC: hue angle of 222.35º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306CFC is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 108 | 252 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.01 |
| HSL | 222.35º | 0.97% | 0.59% | - |
| HSV(B) | 222.35º | 0.81% | 0.99% | - |
| XYZ | 24.15 | 18.38 | 94.37 | - |
| YUV | 106.48 | 210.12 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 252 | 0.81 | 0.57 | 0 | 0.01 | 222.35 | 0.97 | 0.59 |
| Hex | 30 | 6C | FC | 51 | 39 | 0 | 1 | DE | 61 | 3B |
| Octal | 60 | 154 | 374 | 121 | 71 | 0 | 1 | 336 | 141 | 73 |
| Binary | 110000 | 1101100 | 11111100 | 1010001 | 111001 | 0 | 1 | 11011110 | 1100001 | 111011 |
Color Harmonies of #306CFC
Complementary color
Monochromatic Colors of #306CFC
Black with #306CFC
Text Example
Text Example
White with #306CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306CFC; }
p { color: rgb(48,108,252); }
H1.HeaderClassName
{
color: #306CFC;
}
.AnyTagClassName
{
color: #306CFC;
}
</style>
background-color css
<style>
a { background-color: #306CFC; }
a { background-color: rgb(48,108,252); }
div.DivClassName
{
background-color: #306CFC;
}
.BgClassName
{
background-color: #306CFC;
}
</style>
border-color css
<style>
span { border-color: #306CFC; }
span { border-color: rgb(48,108,252); }
td.TdClassName
{
border-color: #306CFC;
}
.TagClassName
{
border-color: #306CFC;
}
</style>