Shades of Curious Blue #347EC1
Tints of Curious Blue #347EC1
RGB
CMYK
RGB Variations
Color information
#347EC1 (or 0x347EC1) is known color: Curious Blue. HEX triplet: 34, 7E and C1. RGB value is (52,126,193). Sum of RGB (Red+Green+Blue) = 52+126+193=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #347EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347EC1 is #CB813E. Grayscale: #6F6F6F. Windows color (decimal): -13336895 or 12680756. OLE color: 12680756.
HSL color Cylindrical-coordinate representation of color #347EC1: hue angle of 208.51º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #347EC1 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 126 | 193 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.24 |
| HSL | 208.51º | 0.58% | 0.48% | - |
| HSV(B) | 208.51º | 0.73% | 0.76% | - |
| XYZ | 18.5 | 19.5 | 53.24 | - |
| YUV | 111.51 | 173.98 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 193 | 0.73 | 0.35 | 0 | 0.24 | 208.51 | 0.58 | 0.48 |
| Hex | 34 | 7E | C1 | 49 | 23 | 0 | 18 | D1 | 3A | 30 |
| Octal | 64 | 176 | 301 | 111 | 43 | 0 | 30 | 321 | 72 | 60 |
| Binary | 110100 | 1111110 | 11000001 | 1001001 | 100011 | 0 | 11000 | 11010001 | 111010 | 110000 |
Color Harmonies of #347EC1
Complementary color
Monochromatic Colors of #347EC1
Black with #347EC1
Text Example
Text Example
White with #347EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347EC1; }
p { color: rgb(52,126,193); }
H1.HeaderClassName
{
color: #347EC1;
}
.AnyTagClassName
{
color: #347EC1;
}
</style>
background-color css
<style>
a { background-color: #347EC1; }
a { background-color: rgb(52,126,193); }
div.DivClassName
{
background-color: #347EC1;
}
.BgClassName
{
background-color: #347EC1;
}
</style>
border-color css
<style>
span { border-color: #347EC1; }
span { border-color: rgb(52,126,193); }
td.TdClassName
{
border-color: #347EC1;
}
.TagClassName
{
border-color: #347EC1;
}
</style>