Shades of Curious Blue #346EC6
Tints of Curious Blue #346EC6
RGB
CMYK
RGB Variations
Color information
#346EC6 (or 0x346EC6) is known color: Curious Blue. HEX triplet: 34, 6E and C6. RGB value is (52,110,198). Sum of RGB (Red+Green+Blue) = 52+110+198=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #346EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346EC6 is #CB9139. Grayscale: #666666. Windows color (decimal): -13340986 or 13004340. OLE color: 13004340.
HSL color Cylindrical-coordinate representation of color #346EC6: hue angle of 216.16º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346EC6 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 110 | 198 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.22 |
| HSL | 216.16º | 0.58% | 0.49% | - |
| HSV(B) | 216.16º | 0.74% | 0.78% | - |
| XYZ | 17.19 | 15.96 | 55.6 | - |
| YUV | 102.69 | 181.78 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 198 | 0.74 | 0.44 | 0 | 0.22 | 216.16 | 0.58 | 0.49 |
| Hex | 34 | 6E | C6 | 4A | 2C | 0 | 16 | D8 | 3A | 31 |
| Octal | 64 | 156 | 306 | 112 | 54 | 0 | 26 | 330 | 72 | 61 |
| Binary | 110100 | 1101110 | 11000110 | 1001010 | 101100 | 0 | 10110 | 11011000 | 111010 | 110001 |
Color Harmonies of #346EC6
Complementary color
Monochromatic Colors of #346EC6
Black with #346EC6
Text Example
Text Example
White with #346EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346EC6; }
p { color: rgb(52,110,198); }
H1.HeaderClassName
{
color: #346EC6;
}
.AnyTagClassName
{
color: #346EC6;
}
</style>
background-color css
<style>
a { background-color: #346EC6; }
a { background-color: rgb(52,110,198); }
div.DivClassName
{
background-color: #346EC6;
}
.BgClassName
{
background-color: #346EC6;
}
</style>
border-color css
<style>
span { border-color: #346EC6; }
span { border-color: rgb(52,110,198); }
td.TdClassName
{
border-color: #346EC6;
}
.TagClassName
{
border-color: #346EC6;
}
</style>