Shades of Curious Blue #346EBC
Tints of Curious Blue #346EBC
RGB
CMYK
RGB Variations
Color information
#346EBC (or 0x346EBC) is known color: Curious Blue. HEX triplet: 34, 6E and BC. RGB value is (52,110,188). Sum of RGB (Red+Green+Blue) = 52+110+188=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #346EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346EBC is #CB9143. Grayscale: #656565. Windows color (decimal): -13340996 or 12348980. OLE color: 12348980.
HSL color Cylindrical-coordinate representation of color #346EBC: hue angle of 214.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346EBC is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 110 | 188 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.26 |
| HSL | 214.41º | 0.57% | 0.47% | - |
| HSV(B) | 214.41º | 0.72% | 0.74% | - |
| XYZ | 16.07 | 15.51 | 49.72 | - |
| YUV | 101.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 188 | 0.72 | 0.41 | 0 | 0.26 | 214.41 | 0.57 | 0.47 |
| Hex | 34 | 6E | BC | 48 | 29 | 0 | 1A | D6 | 39 | 2F |
| Octal | 64 | 156 | 274 | 110 | 51 | 0 | 32 | 326 | 71 | 57 |
| Binary | 110100 | 1101110 | 10111100 | 1001000 | 101001 | 0 | 11010 | 11010110 | 111001 | 101111 |
Color Harmonies of #346EBC
Complementary color
Monochromatic Colors of #346EBC
Black with #346EBC
Text Example
Text Example
White with #346EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346EBC; }
p { color: rgb(52,110,188); }
H1.HeaderClassName
{
color: #346EBC;
}
.AnyTagClassName
{
color: #346EBC;
}
</style>
background-color css
<style>
a { background-color: #346EBC; }
a { background-color: rgb(52,110,188); }
div.DivClassName
{
background-color: #346EBC;
}
.BgClassName
{
background-color: #346EBC;
}
</style>
border-color css
<style>
span { border-color: #346EBC; }
span { border-color: rgb(52,110,188); }
td.TdClassName
{
border-color: #346EBC;
}
.TagClassName
{
border-color: #346EBC;
}
</style>