Shades of Curious Blue #3471BF
Tints of Curious Blue #3471BF
RGB
CMYK
RGB Variations
Color information
#3471BF (or 0x3471BF) is known color: Curious Blue. HEX triplet: 34, 71 and BF. RGB value is (52,113,191). Sum of RGB (Red+Green+Blue) = 52+113+191=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #3471BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471BF is #CB8E40. Grayscale: #676767. Windows color (decimal): -13340225 or 12546356. OLE color: 12546356.
HSL color Cylindrical-coordinate representation of color #3471BF: hue angle of 213.67º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3471BF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 113 | 191 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.25 |
| HSL | 213.67º | 0.57% | 0.48% | - |
| HSV(B) | 213.67º | 0.73% | 0.75% | - |
| XYZ | 16.73 | 16.3 | 51.56 | - |
| YUV | 103.65 | 177.29 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 191 | 0.73 | 0.41 | 0 | 0.25 | 213.67 | 0.57 | 0.48 |
| Hex | 34 | 71 | BF | 49 | 29 | 0 | 19 | D6 | 39 | 30 |
| Octal | 64 | 161 | 277 | 111 | 51 | 0 | 31 | 326 | 71 | 60 |
| Binary | 110100 | 1110001 | 10111111 | 1001001 | 101001 | 0 | 11001 | 11010110 | 111001 | 110000 |
Color Harmonies of #3471BF
Complementary color
Monochromatic Colors of #3471BF
Black with #3471BF
Text Example
Text Example
White with #3471BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471BF; }
p { color: rgb(52,113,191); }
H1.HeaderClassName
{
color: #3471BF;
}
.AnyTagClassName
{
color: #3471BF;
}
</style>
background-color css
<style>
a { background-color: #3471BF; }
a { background-color: rgb(52,113,191); }
div.DivClassName
{
background-color: #3471BF;
}
.BgClassName
{
background-color: #3471BF;
}
</style>
border-color css
<style>
span { border-color: #3471BF; }
span { border-color: rgb(52,113,191); }
td.TdClassName
{
border-color: #3471BF;
}
.TagClassName
{
border-color: #3471BF;
}
</style>