Shades of Royal Blue #346ECB
Tints of Royal Blue #346ECB
RGB
CMYK
RGB Variations
Color information
#346ECB (or 0x346ECB) is known color: Royal Blue. HEX triplet: 34, 6E and CB. RGB value is (52,110,203). Sum of RGB (Red+Green+Blue) = 52+110+203=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #346ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ECB is #CB9134. Grayscale: #666666. Windows color (decimal): -13340981 or 13332020. OLE color: 13332020.
HSL color Cylindrical-coordinate representation of color #346ECB: hue angle of 216.95º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346ECB is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 110 | 203 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.20 |
| HSL | 216.95º | 0.59% | 0.5% | - |
| HSV(B) | 216.95º | 0.74% | 0.8% | - |
| XYZ | 17.77 | 16.19 | 58.69 | - |
| YUV | 103.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 203 | 0.74 | 0.46 | 0 | 0.20 | 216.95 | 0.59 | 0.5 |
| Hex | 34 | 6E | CB | 4A | 2E | 0 | 14 | D9 | 3B | 32 |
| Octal | 64 | 156 | 313 | 112 | 56 | 0 | 24 | 331 | 73 | 62 |
| Binary | 110100 | 1101110 | 11001011 | 1001010 | 101110 | 0 | 10100 | 11011001 | 111011 | 110010 |
Color Harmonies of #346ECB
Complementary color
Monochromatic Colors of #346ECB
Black with #346ECB
Text Example
Text Example
White with #346ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346ECB; }
p { color: rgb(52,110,203); }
H1.HeaderClassName
{
color: #346ECB;
}
.AnyTagClassName
{
color: #346ECB;
}
</style>
background-color css
<style>
a { background-color: #346ECB; }
a { background-color: rgb(52,110,203); }
div.DivClassName
{
background-color: #346ECB;
}
.BgClassName
{
background-color: #346ECB;
}
</style>
border-color css
<style>
span { border-color: #346ECB; }
span { border-color: rgb(52,110,203); }
td.TdClassName
{
border-color: #346ECB;
}
.TagClassName
{
border-color: #346ECB;
}
</style>