Shades of Curious Blue #347CCD
Tints of Curious Blue #347CCD
RGB
CMYK
RGB Variations
Color information
#347CCD (or 0x347CCD) is known color: Curious Blue. HEX triplet: 34, 7C and CD. RGB value is (52,124,205). Sum of RGB (Red+Green+Blue) = 52+124+205=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #347CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347CCD is #CB8332. Grayscale: #6F6F6F. Windows color (decimal): -13337395 or 13466676. OLE color: 13466676.
HSL color Cylindrical-coordinate representation of color #347CCD: hue angle of 211.76º 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 #347CCD is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 124 | 205 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.20 |
| HSL | 211.76º | 0.6% | 0.5% | - |
| HSV(B) | 211.76º | 0.75% | 0.8% | - |
| XYZ | 19.64 | 19.55 | 60.5 | - |
| YUV | 111.71 | 180.65 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 205 | 0.75 | 0.40 | 0 | 0.20 | 211.76 | 0.6 | 0.5 |
| Hex | 34 | 7C | CD | 4B | 28 | 0 | 14 | D4 | 3C | 32 |
| Octal | 64 | 174 | 315 | 113 | 50 | 0 | 24 | 324 | 74 | 62 |
| Binary | 110100 | 1111100 | 11001101 | 1001011 | 101000 | 0 | 10100 | 11010100 | 111100 | 110010 |
Color Harmonies of #347CCD
Complementary color
Monochromatic Colors of #347CCD
Black with #347CCD
Text Example
Text Example
White with #347CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347CCD; }
p { color: rgb(52,124,205); }
H1.HeaderClassName
{
color: #347CCD;
}
.AnyTagClassName
{
color: #347CCD;
}
</style>
background-color css
<style>
a { background-color: #347CCD; }
a { background-color: rgb(52,124,205); }
div.DivClassName
{
background-color: #347CCD;
}
.BgClassName
{
background-color: #347CCD;
}
</style>
border-color css
<style>
span { border-color: #347CCD; }
span { border-color: rgb(52,124,205); }
td.TdClassName
{
border-color: #347CCD;
}
.TagClassName
{
border-color: #347CCD;
}
</style>