Shades of Royal Blue #306FCB
Tints of Royal Blue #306FCB
RGB
CMYK
RGB Variations
Color information
#306FCB (or 0x306FCB) is known color: Royal Blue. HEX triplet: 30, 6F and CB. RGB value is (48,111,203). Sum of RGB (Red+Green+Blue) = 48+111+203=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #306FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FCB is #CF9034. Grayscale: #666666. Windows color (decimal): -13602869 or 13332272. OLE color: 13332272.
HSL color Cylindrical-coordinate representation of color #306FCB: hue angle of 215.61º 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 #306FCB is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 111 | 203 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.20 |
| HSL | 215.61º | 0.62% | 0.49% | - |
| HSV(B) | 215.61º | 0.76% | 0.8% | - |
| XYZ | 17.68 | 16.31 | 58.72 | - |
| YUV | 102.65 | 184.63 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 203 | 0.76 | 0.45 | 0 | 0.20 | 215.61 | 0.62 | 0.49 |
| Hex | 30 | 6F | CB | 4C | 2D | 0 | 14 | D8 | 3E | 31 |
| Octal | 60 | 157 | 313 | 114 | 55 | 0 | 24 | 330 | 76 | 61 |
| Binary | 110000 | 1101111 | 11001011 | 1001100 | 101101 | 0 | 10100 | 11011000 | 111110 | 110001 |
Color Harmonies of #306FCB
Complementary color
Monochromatic Colors of #306FCB
Black with #306FCB
Text Example
Text Example
White with #306FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FCB; }
p { color: rgb(48,111,203); }
H1.HeaderClassName
{
color: #306FCB;
}
.AnyTagClassName
{
color: #306FCB;
}
</style>
background-color css
<style>
a { background-color: #306FCB; }
a { background-color: rgb(48,111,203); }
div.DivClassName
{
background-color: #306FCB;
}
.BgClassName
{
background-color: #306FCB;
}
</style>
border-color css
<style>
span { border-color: #306FCB; }
span { border-color: rgb(48,111,203); }
td.TdClassName
{
border-color: #306FCB;
}
.TagClassName
{
border-color: #306FCB;
}
</style>