Shades of Curious Blue #347DCD
Tints of Curious Blue #347DCD
RGB
CMYK
RGB Variations
Color information
#347DCD (or 0x347DCD) is known color: Curious Blue. HEX triplet: 34, 7D and CD. RGB value is (52,125,205). Sum of RGB (Red+Green+Blue) = 52+125+205=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #347DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DCD is #CB8232. Grayscale: #6F6F6F. Windows color (decimal): -13337139 or 13466932. OLE color: 13466932.
HSL color Cylindrical-coordinate representation of color #347DCD: hue angle of 211.37º 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 #347DCD is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 125 | 205 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.20 |
| HSL | 211.37º | 0.6% | 0.5% | - |
| HSV(B) | 211.37º | 0.75% | 0.8% | - |
| XYZ | 19.77 | 19.81 | 60.54 | - |
| YUV | 112.29 | 180.32 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 205 | 0.75 | 0.39 | 0 | 0.20 | 211.37 | 0.6 | 0.5 |
| Hex | 34 | 7D | CD | 4B | 27 | 0 | 14 | D3 | 3C | 32 |
| Octal | 64 | 175 | 315 | 113 | 47 | 0 | 24 | 323 | 74 | 62 |
| Binary | 110100 | 1111101 | 11001101 | 1001011 | 100111 | 0 | 10100 | 11010011 | 111100 | 110010 |
Color Harmonies of #347DCD
Complementary color
Monochromatic Colors of #347DCD
Black with #347DCD
Text Example
Text Example
White with #347DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347DCD; }
p { color: rgb(52,125,205); }
H1.HeaderClassName
{
color: #347DCD;
}
.AnyTagClassName
{
color: #347DCD;
}
</style>
background-color css
<style>
a { background-color: #347DCD; }
a { background-color: rgb(52,125,205); }
div.DivClassName
{
background-color: #347DCD;
}
.BgClassName
{
background-color: #347DCD;
}
</style>
border-color css
<style>
span { border-color: #347DCD; }
span { border-color: rgb(52,125,205); }
td.TdClassName
{
border-color: #347DCD;
}
.TagClassName
{
border-color: #347DCD;
}
</style>