Shades of Curious Blue #347ECE
Tints of Curious Blue #347ECE
RGB
CMYK
RGB Variations
Color information
#347ECE (or 0x347ECE) is known color: Curious Blue. HEX triplet: 34, 7E and CE. RGB value is (52,126,206). Sum of RGB (Red+Green+Blue) = 52+126+206=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #347ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ECE is #CB8131. Grayscale: #707070. Windows color (decimal): -13336882 or 13532724. OLE color: 13532724.
HSL color Cylindrical-coordinate representation of color #347ECE: hue angle of 211.17º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #347ECE is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 126 | 206 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.19 |
| HSL | 211.17º | 0.61% | 0.51% | - |
| HSV(B) | 211.17º | 0.75% | 0.81% | - |
| XYZ | 20.02 | 20.11 | 61.22 | - |
| YUV | 112.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 206 | 0.75 | 0.39 | 0 | 0.19 | 211.17 | 0.61 | 0.51 |
| Hex | 34 | 7E | CE | 4B | 27 | 0 | 13 | D3 | 3D | 33 |
| Octal | 64 | 176 | 316 | 113 | 47 | 0 | 23 | 323 | 75 | 63 |
| Binary | 110100 | 1111110 | 11001110 | 1001011 | 100111 | 0 | 10011 | 11010011 | 111101 | 110011 |
Color Harmonies of #347ECE
Complementary color
Monochromatic Colors of #347ECE
Black with #347ECE
Text Example
Text Example
White with #347ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347ECE; }
p { color: rgb(52,126,206); }
H1.HeaderClassName
{
color: #347ECE;
}
.AnyTagClassName
{
color: #347ECE;
}
</style>
background-color css
<style>
a { background-color: #347ECE; }
a { background-color: rgb(52,126,206); }
div.DivClassName
{
background-color: #347ECE;
}
.BgClassName
{
background-color: #347ECE;
}
</style>
border-color css
<style>
span { border-color: #347ECE; }
span { border-color: rgb(52,126,206); }
td.TdClassName
{
border-color: #347ECE;
}
.TagClassName
{
border-color: #347ECE;
}
</style>