Shades of Curious Blue #347DAE
Tints of Curious Blue #347DAE
RGB
CMYK
RGB Variations
Color information
#347DAE (or 0x347DAE) is known color: Curious Blue. HEX triplet: 34, 7D and AE. RGB value is (52,125,174). Sum of RGB (Red+Green+Blue) = 52+125+174=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #347DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347DAE is #CB8251. Grayscale: #6C6C6C. Windows color (decimal): -13337170 or 11435316. OLE color: 11435316.
HSL color Cylindrical-coordinate representation of color #347DAE: hue angle of 204.1º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #347DAE is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 125 | 174 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.32 |
| HSL | 204.1º | 0.54% | 0.44% | - |
| HSV(B) | 204.1º | 0.7% | 0.68% | - |
| XYZ | 16.39 | 18.45 | 42.74 | - |
| YUV | 108.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 174 | 0.70 | 0.28 | 0 | 0.32 | 204.1 | 0.54 | 0.44 |
| Hex | 34 | 7D | AE | 46 | 1C | 0 | 20 | CC | 36 | 2C |
| Octal | 64 | 175 | 256 | 106 | 34 | 0 | 40 | 314 | 66 | 54 |
| Binary | 110100 | 1111101 | 10101110 | 1000110 | 11100 | 0 | 100000 | 11001100 | 110110 | 101100 |
Color Harmonies of #347DAE
Complementary color
Monochromatic Colors of #347DAE
Black with #347DAE
Text Example
Text Example
White with #347DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347DAE; }
p { color: rgb(52,125,174); }
H1.HeaderClassName
{
color: #347DAE;
}
.AnyTagClassName
{
color: #347DAE;
}
</style>
background-color css
<style>
a { background-color: #347DAE; }
a { background-color: rgb(52,125,174); }
div.DivClassName
{
background-color: #347DAE;
}
.BgClassName
{
background-color: #347DAE;
}
</style>
border-color css
<style>
span { border-color: #347DAE; }
span { border-color: rgb(52,125,174); }
td.TdClassName
{
border-color: #347DAE;
}
.TagClassName
{
border-color: #347DAE;
}
</style>