Shades of Curious Blue #347BCD
Tints of Curious Blue #347BCD
RGB
CMYK
RGB Variations
Color information
#347BCD (or 0x347BCD) is known color: Curious Blue. HEX triplet: 34, 7B and CD. RGB value is (52,123,205). Sum of RGB (Red+Green+Blue) = 52+123+205=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #347BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BCD is #CB8432. Grayscale: #6E6E6E. Windows color (decimal): -13337651 or 13466420. OLE color: 13466420.
HSL color Cylindrical-coordinate representation of color #347BCD: hue angle of 212.16º 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 #347BCD is Cyan = 0.75, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 123 | 205 | - |
| CMYK | 0.75 | 0.4 | 0 | 0.20 |
| HSL | 212.16º | 0.6% | 0.5% | - |
| HSV(B) | 212.16º | 0.75% | 0.8% | - |
| XYZ | 19.52 | 19.3 | 60.45 | - |
| YUV | 111.12 | 180.98 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 205 | 0.75 | 0.4 | 0 | 0.20 | 212.16 | 0.6 | 0.5 |
| Hex | 34 | 7B | CD | 4B | 28 | 0 | 14 | D4 | 3C | 32 |
| Octal | 64 | 173 | 315 | 113 | 50 | 0 | 24 | 324 | 74 | 62 |
| Binary | 110100 | 1111011 | 11001101 | 1001011 | 101000 | 0 | 10100 | 11010100 | 111100 | 110010 |
Color Harmonies of #347BCD
Complementary color
Monochromatic Colors of #347BCD
Black with #347BCD
Text Example
Text Example
White with #347BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BCD; }
p { color: rgb(52,123,205); }
H1.HeaderClassName
{
color: #347BCD;
}
.AnyTagClassName
{
color: #347BCD;
}
</style>
background-color css
<style>
a { background-color: #347BCD; }
a { background-color: rgb(52,123,205); }
div.DivClassName
{
background-color: #347BCD;
}
.BgClassName
{
background-color: #347BCD;
}
</style>
border-color css
<style>
span { border-color: #347BCD; }
span { border-color: rgb(52,123,205); }
td.TdClassName
{
border-color: #347BCD;
}
.TagClassName
{
border-color: #347BCD;
}
</style>