Shades of Curious Blue #3476BA
Tints of Curious Blue #3476BA
RGB
CMYK
RGB Variations
Color information
#3476BA (or 0x3476BA) is known color: Curious Blue. HEX triplet: 34, 76 and BA. RGB value is (52,118,186). Sum of RGB (Red+Green+Blue) = 52+118+186=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3476BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3476BA is #CB8945. Grayscale: #696969. Windows color (decimal): -13338950 or 12219956. OLE color: 12219956.
HSL color Cylindrical-coordinate representation of color #3476BA: hue angle of 210.45º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3476BA is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 118 | 186 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.27 |
| HSL | 210.45º | 0.56% | 0.47% | - |
| HSV(B) | 210.45º | 0.72% | 0.73% | - |
| XYZ | 16.76 | 17.23 | 48.9 | - |
| YUV | 106.02 | 173.13 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 186 | 0.72 | 0.37 | 0 | 0.27 | 210.45 | 0.56 | 0.47 |
| Hex | 34 | 76 | BA | 48 | 25 | 0 | 1B | D2 | 38 | 2F |
| Octal | 64 | 166 | 272 | 110 | 45 | 0 | 33 | 322 | 70 | 57 |
| Binary | 110100 | 1110110 | 10111010 | 1001000 | 100101 | 0 | 11011 | 11010010 | 111000 | 101111 |
Color Harmonies of #3476BA
Complementary color
Monochromatic Colors of #3476BA
Black with #3476BA
Text Example
Text Example
White with #3476BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3476BA; }
p { color: rgb(52,118,186); }
H1.HeaderClassName
{
color: #3476BA;
}
.AnyTagClassName
{
color: #3476BA;
}
</style>
background-color css
<style>
a { background-color: #3476BA; }
a { background-color: rgb(52,118,186); }
div.DivClassName
{
background-color: #3476BA;
}
.BgClassName
{
background-color: #3476BA;
}
</style>
border-color css
<style>
span { border-color: #3476BA; }
span { border-color: rgb(52,118,186); }
td.TdClassName
{
border-color: #3476BA;
}
.TagClassName
{
border-color: #3476BA;
}
</style>