Shades of Curious Blue #347ECD
Tints of Curious Blue #347ECD
RGB
CMYK
RGB Variations
Color information
#347ECD (or 0x347ECD) is known color: Curious Blue. HEX triplet: 34, 7E and CD. RGB value is (52,126,205). Sum of RGB (Red+Green+Blue) = 52+126+205=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #347ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ECD is #CB8132. Grayscale: #707070. Windows color (decimal): -13336883 or 13467188. OLE color: 13467188.
HSL color Cylindrical-coordinate representation of color #347ECD: hue angle of 210.98º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #347ECD is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 126 | 205 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.20 |
| HSL | 210.98º | 0.6% | 0.5% | - |
| HSV(B) | 210.98º | 0.75% | 0.8% | - |
| XYZ | 19.9 | 20.06 | 60.58 | - |
| YUV | 112.88 | 179.98 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 205 | 0.75 | 0.39 | 0 | 0.20 | 210.98 | 0.6 | 0.5 |
| Hex | 34 | 7E | CD | 4B | 27 | 0 | 14 | D3 | 3C | 32 |
| Octal | 64 | 176 | 315 | 113 | 47 | 0 | 24 | 323 | 74 | 62 |
| Binary | 110100 | 1111110 | 11001101 | 1001011 | 100111 | 0 | 10100 | 11010011 | 111100 | 110010 |
Color Harmonies of #347ECD
Complementary color
Monochromatic Colors of #347ECD
Black with #347ECD
Text Example
Text Example
White with #347ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347ECD; }
p { color: rgb(52,126,205); }
H1.HeaderClassName
{
color: #347ECD;
}
.AnyTagClassName
{
color: #347ECD;
}
</style>
background-color css
<style>
a { background-color: #347ECD; }
a { background-color: rgb(52,126,205); }
div.DivClassName
{
background-color: #347ECD;
}
.BgClassName
{
background-color: #347ECD;
}
</style>
border-color css
<style>
span { border-color: #347ECD; }
span { border-color: rgb(52,126,205); }
td.TdClassName
{
border-color: #347ECD;
}
.TagClassName
{
border-color: #347ECD;
}
</style>