Shades of Curious Blue #3471BB
Tints of Curious Blue #3471BB
RGB
CMYK
RGB Variations
Color information
#3471BB (or 0x3471BB) is known color: Curious Blue. HEX triplet: 34, 71 and BB. RGB value is (52,113,187). Sum of RGB (Red+Green+Blue) = 52+113+187=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #3471BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471BB is #CB8E44. Grayscale: #666666. Windows color (decimal): -13340229 or 12284212. OLE color: 12284212.
HSL color Cylindrical-coordinate representation of color #3471BB: hue angle of 212.89º 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 #3471BB is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 113 | 187 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.27 |
| HSL | 212.89º | 0.56% | 0.47% | - |
| HSV(B) | 212.89º | 0.72% | 0.73% | - |
| XYZ | 16.29 | 16.13 | 49.27 | - |
| YUV | 103.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 187 | 0.72 | 0.40 | 0 | 0.27 | 212.89 | 0.56 | 0.47 |
| Hex | 34 | 71 | BB | 48 | 28 | 0 | 1B | D5 | 38 | 2F |
| Octal | 64 | 161 | 273 | 110 | 50 | 0 | 33 | 325 | 70 | 57 |
| Binary | 110100 | 1110001 | 10111011 | 1001000 | 101000 | 0 | 11011 | 11010101 | 111000 | 101111 |
Color Harmonies of #3471BB
Complementary color
Monochromatic Colors of #3471BB
Black with #3471BB
Text Example
Text Example
White with #3471BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471BB; }
p { color: rgb(52,113,187); }
H1.HeaderClassName
{
color: #3471BB;
}
.AnyTagClassName
{
color: #3471BB;
}
</style>
background-color css
<style>
a { background-color: #3471BB; }
a { background-color: rgb(52,113,187); }
div.DivClassName
{
background-color: #3471BB;
}
.BgClassName
{
background-color: #3471BB;
}
</style>
border-color css
<style>
span { border-color: #3471BB; }
span { border-color: rgb(52,113,187); }
td.TdClassName
{
border-color: #3471BB;
}
.TagClassName
{
border-color: #3471BB;
}
</style>