Shades of Curious Blue #347ACC
Tints of Curious Blue #347ACC
RGB
CMYK
RGB Variations
Color information
#347ACC (or 0x347ACC) is known color: Curious Blue. HEX triplet: 34, 7A and CC. RGB value is (52,122,204). Sum of RGB (Red+Green+Blue) = 52+122+204=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #347ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ACC is #CB8533. Grayscale: #6E6E6E. Windows color (decimal): -13337908 or 13400628. OLE color: 13400628.
HSL color Cylindrical-coordinate representation of color #347ACC: hue angle of 212.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #347ACC is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 122 | 204 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.2 |
| HSL | 212.37º | 0.6% | 0.5% | - |
| HSV(B) | 212.37º | 0.75% | 0.8% | - |
| XYZ | 19.27 | 19.01 | 59.78 | - |
| YUV | 110.42 | 180.81 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 122 | 204 | 0.75 | 0.40 | 0 | 0.2 | 212.37 | 0.6 | 0.5 |
| Hex | 34 | 7A | CC | 4B | 28 | 0 | 14 | D4 | 3C | 32 |
| Octal | 64 | 172 | 314 | 113 | 50 | 0 | 24 | 324 | 74 | 62 |
| Binary | 110100 | 1111010 | 11001100 | 1001011 | 101000 | 0 | 10100 | 11010100 | 111100 | 110010 |
Color Harmonies of #347ACC
Complementary color
Monochromatic Colors of #347ACC
Black with #347ACC
Text Example
Text Example
White with #347ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347ACC; }
p { color: rgb(52,122,204); }
H1.HeaderClassName
{
color: #347ACC;
}
.AnyTagClassName
{
color: #347ACC;
}
</style>
background-color css
<style>
a { background-color: #347ACC; }
a { background-color: rgb(52,122,204); }
div.DivClassName
{
background-color: #347ACC;
}
.BgClassName
{
background-color: #347ACC;
}
</style>
border-color css
<style>
span { border-color: #347ACC; }
span { border-color: rgb(52,122,204); }
td.TdClassName
{
border-color: #347ACC;
}
.TagClassName
{
border-color: #347ACC;
}
</style>