Shades of Curious Blue #3477CC
Tints of Curious Blue #3477CC
RGB
CMYK
RGB Variations
Color information
#3477CC (or 0x3477CC) is known color: Curious Blue. HEX triplet: 34, 77 and CC. RGB value is (52,119,204). Sum of RGB (Red+Green+Blue) = 52+119+204=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #3477CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3477CC is #CB8833. Grayscale: #6C6C6C. Windows color (decimal): -13338676 or 13399860. OLE color: 13399860.
HSL color Cylindrical-coordinate representation of color #3477CC: hue angle of 213.55º 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 #3477CC is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 119 | 204 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.2 |
| HSL | 213.55º | 0.6% | 0.5% | - |
| HSV(B) | 213.55º | 0.75% | 0.8% | - |
| XYZ | 18.91 | 18.28 | 59.66 | - |
| YUV | 108.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 204 | 0.75 | 0.42 | 0 | 0.2 | 213.55 | 0.6 | 0.5 |
| Hex | 34 | 77 | CC | 4B | 2A | 0 | 14 | D6 | 3C | 32 |
| Octal | 64 | 167 | 314 | 113 | 52 | 0 | 24 | 326 | 74 | 62 |
| Binary | 110100 | 1110111 | 11001100 | 1001011 | 101010 | 0 | 10100 | 11010110 | 111100 | 110010 |
Color Harmonies of #3477CC
Complementary color
Monochromatic Colors of #3477CC
Black with #3477CC
Text Example
Text Example
White with #3477CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3477CC; }
p { color: rgb(52,119,204); }
H1.HeaderClassName
{
color: #3477CC;
}
.AnyTagClassName
{
color: #3477CC;
}
</style>
background-color css
<style>
a { background-color: #3477CC; }
a { background-color: rgb(52,119,204); }
div.DivClassName
{
background-color: #3477CC;
}
.BgClassName
{
background-color: #3477CC;
}
</style>
border-color css
<style>
span { border-color: #3477CC; }
span { border-color: rgb(52,119,204); }
td.TdClassName
{
border-color: #3477CC;
}
.TagClassName
{
border-color: #3477CC;
}
</style>