Shades of Curious Blue #347DC9
Tints of Curious Blue #347DC9
RGB
CMYK
RGB Variations
Color information
#347DC9 (or 0x347DC9) is known color: Curious Blue. HEX triplet: 34, 7D and C9. RGB value is (52,125,201). Sum of RGB (Red+Green+Blue) = 52+125+201=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #347DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DC9 is #CB8236. Grayscale: #6F6F6F. Windows color (decimal): -13337143 or 13204788. OLE color: 13204788.
HSL color Cylindrical-coordinate representation of color #347DC9: hue angle of 210.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #347DC9 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 125 | 201 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.21 |
| HSL | 210.6º | 0.59% | 0.5% | - |
| HSV(B) | 210.6º | 0.74% | 0.79% | - |
| XYZ | 19.29 | 19.61 | 58.03 | - |
| YUV | 111.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 201 | 0.74 | 0.38 | 0 | 0.21 | 210.6 | 0.59 | 0.5 |
| Hex | 34 | 7D | C9 | 4A | 26 | 0 | 15 | D3 | 3B | 32 |
| Octal | 64 | 175 | 311 | 112 | 46 | 0 | 25 | 323 | 73 | 62 |
| Binary | 110100 | 1111101 | 11001001 | 1001010 | 100110 | 0 | 10101 | 11010011 | 111011 | 110010 |
Color Harmonies of #347DC9
Complementary color
Monochromatic Colors of #347DC9
Black with #347DC9
Text Example
Text Example
White with #347DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347DC9; }
p { color: rgb(52,125,201); }
H1.HeaderClassName
{
color: #347DC9;
}
.AnyTagClassName
{
color: #347DC9;
}
</style>
background-color css
<style>
a { background-color: #347DC9; }
a { background-color: rgb(52,125,201); }
div.DivClassName
{
background-color: #347DC9;
}
.BgClassName
{
background-color: #347DC9;
}
</style>
border-color css
<style>
span { border-color: #347DC9; }
span { border-color: rgb(52,125,201); }
td.TdClassName
{
border-color: #347DC9;
}
.TagClassName
{
border-color: #347DC9;
}
</style>