Shades of Curious Blue #3474BB
Tints of Curious Blue #3474BB
RGB
CMYK
RGB Variations
Color information
#3474BB (or 0x3474BB) is known color: Curious Blue. HEX triplet: 34, 74 and BB. RGB value is (52,116,187). Sum of RGB (Red+Green+Blue) = 52+116+187=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #3474BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474BB is #CB8B44. Grayscale: #686868. Windows color (decimal): -13339461 or 12284980. OLE color: 12284980.
HSL color Cylindrical-coordinate representation of color #3474BB: hue angle of 211.56º 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 #3474BB is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 116 | 187 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.27 |
| HSL | 211.56º | 0.56% | 0.47% | - |
| HSV(B) | 211.56º | 0.72% | 0.73% | - |
| XYZ | 16.63 | 16.81 | 49.38 | - |
| YUV | 104.96 | 174.3 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 187 | 0.72 | 0.38 | 0 | 0.27 | 211.56 | 0.56 | 0.47 |
| Hex | 34 | 74 | BB | 48 | 26 | 0 | 1B | D4 | 38 | 2F |
| Octal | 64 | 164 | 273 | 110 | 46 | 0 | 33 | 324 | 70 | 57 |
| Binary | 110100 | 1110100 | 10111011 | 1001000 | 100110 | 0 | 11011 | 11010100 | 111000 | 101111 |
Color Harmonies of #3474BB
Complementary color
Monochromatic Colors of #3474BB
Black with #3474BB
Text Example
Text Example
White with #3474BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3474BB; }
p { color: rgb(52,116,187); }
H1.HeaderClassName
{
color: #3474BB;
}
.AnyTagClassName
{
color: #3474BB;
}
</style>
background-color css
<style>
a { background-color: #3474BB; }
a { background-color: rgb(52,116,187); }
div.DivClassName
{
background-color: #3474BB;
}
.BgClassName
{
background-color: #3474BB;
}
</style>
border-color css
<style>
span { border-color: #3474BB; }
span { border-color: rgb(52,116,187); }
td.TdClassName
{
border-color: #3474BB;
}
.TagClassName
{
border-color: #3474BB;
}
</style>