Shades of Curious Blue #3777BB
Tints of Curious Blue #3777BB
RGB
CMYK
RGB Variations
Color information
#3777BB (or 0x3777BB) is known color: Curious Blue. HEX triplet: 37, 77 and BB. RGB value is (55,119,187). Sum of RGB (Red+Green+Blue) = 55+119+187=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #3777BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3777BB is #C88844. Grayscale: #6B6B6B. Windows color (decimal): -13142085 or 12285751. OLE color: 12285751.
HSL color Cylindrical-coordinate representation of color #3777BB: hue angle of 210.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3777BB is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 119 | 187 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.27 |
| HSL | 210.91º | 0.55% | 0.47% | - |
| HSV(B) | 210.91º | 0.71% | 0.73% | - |
| XYZ | 17.14 | 17.59 | 49.51 | - |
| YUV | 107.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 187 | 0.71 | 0.36 | 0 | 0.27 | 210.91 | 0.55 | 0.47 |
| Hex | 37 | 77 | BB | 47 | 24 | 0 | 1B | D3 | 37 | 2F |
| Octal | 67 | 167 | 273 | 107 | 44 | 0 | 33 | 323 | 67 | 57 |
| Binary | 110111 | 1110111 | 10111011 | 1000111 | 100100 | 0 | 11011 | 11010011 | 110111 | 101111 |
Color Harmonies of #3777BB
Complementary color
Monochromatic Colors of #3777BB
Black with #3777BB
Text Example
Text Example
White with #3777BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3777BB; }
p { color: rgb(55,119,187); }
H1.HeaderClassName
{
color: #3777BB;
}
.AnyTagClassName
{
color: #3777BB;
}
</style>
background-color css
<style>
a { background-color: #3777BB; }
a { background-color: rgb(55,119,187); }
div.DivClassName
{
background-color: #3777BB;
}
.BgClassName
{
background-color: #3777BB;
}
</style>
border-color css
<style>
span { border-color: #3777BB; }
span { border-color: rgb(55,119,187); }
td.TdClassName
{
border-color: #3777BB;
}
.TagClassName
{
border-color: #3777BB;
}
</style>