Shades of Royal Blue #306ACF
Tints of Royal Blue #306ACF
RGB
CMYK
RGB Variations
Color information
#306ACF (or 0x306ACF) is known color: Royal Blue. HEX triplet: 30, 6A and CF. RGB value is (48,106,207). Sum of RGB (Red+Green+Blue) = 48+106+207=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #306ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ACF is #CF9530. Grayscale: #636363. Windows color (decimal): -13604145 or 13593136. OLE color: 13593136.
HSL color Cylindrical-coordinate representation of color #306ACF: hue angle of 218.11º 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 #306ACF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 106 | 207 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.19 |
| HSL | 218.11º | 0.62% | 0.5% | - |
| HSV(B) | 218.11º | 0.77% | 0.81% | - |
| XYZ | 17.64 | 15.44 | 61.08 | - |
| YUV | 100.17 | 188.28 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 106 | 207 | 0.77 | 0.49 | 0 | 0.19 | 218.11 | 0.62 | 0.5 |
| Hex | 30 | 6A | CF | 4D | 31 | 0 | 13 | DA | 3E | 32 |
| Octal | 60 | 152 | 317 | 115 | 61 | 0 | 23 | 332 | 76 | 62 |
| Binary | 110000 | 1101010 | 11001111 | 1001101 | 110001 | 0 | 10011 | 11011010 | 111110 | 110010 |
Color Harmonies of #306ACF
Complementary color
Monochromatic Colors of #306ACF
Black with #306ACF
Text Example
Text Example
White with #306ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306ACF; }
p { color: rgb(48,106,207); }
H1.HeaderClassName
{
color: #306ACF;
}
.AnyTagClassName
{
color: #306ACF;
}
</style>
background-color css
<style>
a { background-color: #306ACF; }
a { background-color: rgb(48,106,207); }
div.DivClassName
{
background-color: #306ACF;
}
.BgClassName
{
background-color: #306ACF;
}
</style>
border-color css
<style>
span { border-color: #306ACF; }
span { border-color: rgb(48,106,207); }
td.TdClassName
{
border-color: #306ACF;
}
.TagClassName
{
border-color: #306ACF;
}
</style>