Shades of Curious Blue #3477BB
Tints of Curious Blue #3477BB
RGB
CMYK
RGB Variations
Color information
#3477BB (or 0x3477BB) is known color: Curious Blue. HEX triplet: 34, 77 and BB. RGB value is (52,119,187). Sum of RGB (Red+Green+Blue) = 52+119+187=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #3477BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3477BB is #CB8844. Grayscale: #6A6A6A. Windows color (decimal): -13338693 or 12285748. OLE color: 12285748.
HSL color Cylindrical-coordinate representation of color #3477BB: hue angle of 210.22º 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 #3477BB is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 119 | 187 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.27 |
| HSL | 210.22º | 0.56% | 0.47% | - |
| HSV(B) | 210.22º | 0.72% | 0.73% | - |
| XYZ | 16.98 | 17.51 | 49.5 | - |
| YUV | 106.72 | 173.3 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 187 | 0.72 | 0.36 | 0 | 0.27 | 210.22 | 0.56 | 0.47 |
| Hex | 34 | 77 | BB | 48 | 24 | 0 | 1B | D2 | 38 | 2F |
| Octal | 64 | 167 | 273 | 110 | 44 | 0 | 33 | 322 | 70 | 57 |
| Binary | 110100 | 1110111 | 10111011 | 1001000 | 100100 | 0 | 11011 | 11010010 | 111000 | 101111 |
Color Harmonies of #3477BB
Complementary color
Monochromatic Colors of #3477BB
Black with #3477BB
Text Example
Text Example
White with #3477BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3477BB; }
p { color: rgb(52,119,187); }
H1.HeaderClassName
{
color: #3477BB;
}
.AnyTagClassName
{
color: #3477BB;
}
</style>
background-color css
<style>
a { background-color: #3477BB; }
a { background-color: rgb(52,119,187); }
div.DivClassName
{
background-color: #3477BB;
}
.BgClassName
{
background-color: #3477BB;
}
</style>
border-color css
<style>
span { border-color: #3477BB; }
span { border-color: rgb(52,119,187); }
td.TdClassName
{
border-color: #3477BB;
}
.TagClassName
{
border-color: #3477BB;
}
</style>