Shades of Curious Blue #3476BE
Tints of Curious Blue #3476BE
RGB
CMYK
RGB Variations
Color information
#3476BE (or 0x3476BE) is known color: Curious Blue. HEX triplet: 34, 76 and BE. RGB value is (52,118,190). Sum of RGB (Red+Green+Blue) = 52+118+190=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #3476BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3476BE is #CB8941. Grayscale: #6A6A6A. Windows color (decimal): -13338946 or 12482100. OLE color: 12482100.
HSL color Cylindrical-coordinate representation of color #3476BE: hue angle of 211.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3476BE is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 118 | 190 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.25 |
| HSL | 211.3º | 0.57% | 0.47% | - |
| HSV(B) | 211.3º | 0.73% | 0.75% | - |
| XYZ | 17.19 | 17.4 | 51.17 | - |
| YUV | 106.47 | 175.13 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 190 | 0.73 | 0.38 | 0 | 0.25 | 211.3 | 0.57 | 0.47 |
| Hex | 34 | 76 | BE | 49 | 26 | 0 | 19 | D3 | 39 | 2F |
| Octal | 64 | 166 | 276 | 111 | 46 | 0 | 31 | 323 | 71 | 57 |
| Binary | 110100 | 1110110 | 10111110 | 1001001 | 100110 | 0 | 11001 | 11010011 | 111001 | 101111 |
Color Harmonies of #3476BE
Complementary color
Monochromatic Colors of #3476BE
Black with #3476BE
Text Example
Text Example
White with #3476BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3476BE; }
p { color: rgb(52,118,190); }
H1.HeaderClassName
{
color: #3476BE;
}
.AnyTagClassName
{
color: #3476BE;
}
</style>
background-color css
<style>
a { background-color: #3476BE; }
a { background-color: rgb(52,118,190); }
div.DivClassName
{
background-color: #3476BE;
}
.BgClassName
{
background-color: #3476BE;
}
</style>
border-color css
<style>
span { border-color: #3476BE; }
span { border-color: rgb(52,118,190); }
td.TdClassName
{
border-color: #3476BE;
}
.TagClassName
{
border-color: #3476BE;
}
</style>