Shades of Curious Blue #3471BE
Tints of Curious Blue #3471BE
RGB
CMYK
RGB Variations
Color information
#3471BE (or 0x3471BE) is known color: Curious Blue. HEX triplet: 34, 71 and BE. RGB value is (52,113,190). Sum of RGB (Red+Green+Blue) = 52+113+190=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #3471BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471BE is #CB8E41. Grayscale: #676767. Windows color (decimal): -13340226 or 12480820. OLE color: 12480820.
HSL color Cylindrical-coordinate representation of color #3471BE: hue angle of 213.48º 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 #3471BE is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 113 | 190 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.25 |
| HSL | 213.48º | 0.57% | 0.47% | - |
| HSV(B) | 213.48º | 0.73% | 0.75% | - |
| XYZ | 16.62 | 16.26 | 50.98 | - |
| YUV | 103.54 | 176.79 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 190 | 0.73 | 0.41 | 0 | 0.25 | 213.48 | 0.57 | 0.47 |
| Hex | 34 | 71 | BE | 49 | 29 | 0 | 19 | D5 | 39 | 2F |
| Octal | 64 | 161 | 276 | 111 | 51 | 0 | 31 | 325 | 71 | 57 |
| Binary | 110100 | 1110001 | 10111110 | 1001001 | 101001 | 0 | 11001 | 11010101 | 111001 | 101111 |
Color Harmonies of #3471BE
Complementary color
Monochromatic Colors of #3471BE
Black with #3471BE
Text Example
Text Example
White with #3471BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471BE; }
p { color: rgb(52,113,190); }
H1.HeaderClassName
{
color: #3471BE;
}
.AnyTagClassName
{
color: #3471BE;
}
</style>
background-color css
<style>
a { background-color: #3471BE; }
a { background-color: rgb(52,113,190); }
div.DivClassName
{
background-color: #3471BE;
}
.BgClassName
{
background-color: #3471BE;
}
</style>
border-color css
<style>
span { border-color: #3471BE; }
span { border-color: rgb(52,113,190); }
td.TdClassName
{
border-color: #3471BE;
}
.TagClassName
{
border-color: #3471BE;
}
</style>