Shades of Curious Blue #347EC2
Tints of Curious Blue #347EC2
RGB
CMYK
RGB Variations
Color information
#347EC2 (or 0x347EC2) is known color: Curious Blue. HEX triplet: 34, 7E and C2. RGB value is (52,126,194). Sum of RGB (Red+Green+Blue) = 52+126+194=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #347EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347EC2 is #CB813D. Grayscale: #6F6F6F. Windows color (decimal): -13336894 or 12746292. OLE color: 12746292.
HSL color Cylindrical-coordinate representation of color #347EC2: hue angle of 208.73º 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 #347EC2 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 126 | 194 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.24 |
| HSL | 208.73º | 0.58% | 0.48% | - |
| HSV(B) | 208.73º | 0.73% | 0.76% | - |
| XYZ | 18.61 | 19.55 | 53.83 | - |
| YUV | 111.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 194 | 0.73 | 0.35 | 0 | 0.24 | 208.73 | 0.58 | 0.48 |
| Hex | 34 | 7E | C2 | 49 | 23 | 0 | 18 | D1 | 3A | 30 |
| Octal | 64 | 176 | 302 | 111 | 43 | 0 | 30 | 321 | 72 | 60 |
| Binary | 110100 | 1111110 | 11000010 | 1001001 | 100011 | 0 | 11000 | 11010001 | 111010 | 110000 |
Color Harmonies of #347EC2
Complementary color
Monochromatic Colors of #347EC2
Black with #347EC2
Text Example
Text Example
White with #347EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347EC2; }
p { color: rgb(52,126,194); }
H1.HeaderClassName
{
color: #347EC2;
}
.AnyTagClassName
{
color: #347EC2;
}
</style>
background-color css
<style>
a { background-color: #347EC2; }
a { background-color: rgb(52,126,194); }
div.DivClassName
{
background-color: #347EC2;
}
.BgClassName
{
background-color: #347EC2;
}
</style>
border-color css
<style>
span { border-color: #347EC2; }
span { border-color: rgb(52,126,194); }
td.TdClassName
{
border-color: #347EC2;
}
.TagClassName
{
border-color: #347EC2;
}
</style>