Shades of Curious Blue #347BC8
Tints of Curious Blue #347BC8
RGB
CMYK
RGB Variations
Color information
#347BC8 (or 0x347BC8) is known color: Curious Blue. HEX triplet: 34, 7B and C8. RGB value is (52,123,200). Sum of RGB (Red+Green+Blue) = 52+123+200=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #347BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347BC8 is #CB8437. Grayscale: #6E6E6E. Windows color (decimal): -13337656 or 13138740. OLE color: 13138740.
HSL color Cylindrical-coordinate representation of color #347BC8: hue angle of 211.22º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #347BC8 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 123 | 200 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.22 |
| HSL | 211.22º | 0.59% | 0.49% | - |
| HSV(B) | 211.22º | 0.74% | 0.78% | - |
| XYZ | 18.92 | 19.07 | 57.33 | - |
| YUV | 110.55 | 178.48 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 200 | 0.74 | 0.38 | 0 | 0.22 | 211.22 | 0.59 | 0.49 |
| Hex | 34 | 7B | C8 | 4A | 26 | 0 | 16 | D3 | 3B | 31 |
| Octal | 64 | 173 | 310 | 112 | 46 | 0 | 26 | 323 | 73 | 61 |
| Binary | 110100 | 1111011 | 11001000 | 1001010 | 100110 | 0 | 10110 | 11010011 | 111011 | 110001 |
Color Harmonies of #347BC8
Complementary color
Monochromatic Colors of #347BC8
Black with #347BC8
Text Example
Text Example
White with #347BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BC8; }
p { color: rgb(52,123,200); }
H1.HeaderClassName
{
color: #347BC8;
}
.AnyTagClassName
{
color: #347BC8;
}
</style>
background-color css
<style>
a { background-color: #347BC8; }
a { background-color: rgb(52,123,200); }
div.DivClassName
{
background-color: #347BC8;
}
.BgClassName
{
background-color: #347BC8;
}
</style>
border-color css
<style>
span { border-color: #347BC8; }
span { border-color: rgb(52,123,200); }
td.TdClassName
{
border-color: #347BC8;
}
.TagClassName
{
border-color: #347BC8;
}
</style>