Shades of Royal Blue #346CCB
Tints of Royal Blue #346CCB
RGB
CMYK
RGB Variations
Color information
#346CCB (or 0x346CCB) is known color: Royal Blue. HEX triplet: 34, 6C and CB. RGB value is (52,108,203). Sum of RGB (Red+Green+Blue) = 52+108+203=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #346CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CCB is #CB9334. Grayscale: #656565. Windows color (decimal): -13341493 or 13331508. OLE color: 13331508.
HSL color Cylindrical-coordinate representation of color #346CCB: hue angle of 217.75º 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 #346CCB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 108 | 203 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.20 |
| HSL | 217.75º | 0.59% | 0.5% | - |
| HSV(B) | 217.75º | 0.74% | 0.8% | - |
| XYZ | 17.56 | 15.77 | 58.62 | - |
| YUV | 102.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 203 | 0.74 | 0.47 | 0 | 0.20 | 217.75 | 0.59 | 0.5 |
| Hex | 34 | 6C | CB | 4A | 2F | 0 | 14 | DA | 3B | 32 |
| Octal | 64 | 154 | 313 | 112 | 57 | 0 | 24 | 332 | 73 | 62 |
| Binary | 110100 | 1101100 | 11001011 | 1001010 | 101111 | 0 | 10100 | 11011010 | 111011 | 110010 |
Color Harmonies of #346CCB
Complementary color
Monochromatic Colors of #346CCB
Black with #346CCB
Text Example
Text Example
White with #346CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CCB; }
p { color: rgb(52,108,203); }
H1.HeaderClassName
{
color: #346CCB;
}
.AnyTagClassName
{
color: #346CCB;
}
</style>
background-color css
<style>
a { background-color: #346CCB; }
a { background-color: rgb(52,108,203); }
div.DivClassName
{
background-color: #346CCB;
}
.BgClassName
{
background-color: #346CCB;
}
</style>
border-color css
<style>
span { border-color: #346CCB; }
span { border-color: rgb(52,108,203); }
td.TdClassName
{
border-color: #346CCB;
}
.TagClassName
{
border-color: #346CCB;
}
</style>