Shades of Curious Blue #3777BA
Tints of Curious Blue #3777BA
RGB
CMYK
RGB Variations
Color information
#3777BA (or 0x3777BA) is known color: Curious Blue. HEX triplet: 37, 77 and BA. RGB value is (55,119,186). Sum of RGB (Red+Green+Blue) = 55+119+186=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #3777BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3777BA is #C88845. Grayscale: #6B6B6B. Windows color (decimal): -13142086 or 12220215. OLE color: 12220215.
HSL color Cylindrical-coordinate representation of color #3777BA: hue angle of 210.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3777BA is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 119 | 186 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.27 |
| HSL | 210.69º | 0.54% | 0.47% | - |
| HSV(B) | 210.69º | 0.7% | 0.73% | - |
| XYZ | 17.04 | 17.55 | 48.94 | - |
| YUV | 107.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 186 | 0.70 | 0.36 | 0 | 0.27 | 210.69 | 0.54 | 0.47 |
| Hex | 37 | 77 | BA | 46 | 24 | 0 | 1B | D3 | 36 | 2F |
| Octal | 67 | 167 | 272 | 106 | 44 | 0 | 33 | 323 | 66 | 57 |
| Binary | 110111 | 1110111 | 10111010 | 1000110 | 100100 | 0 | 11011 | 11010011 | 110110 | 101111 |
Color Harmonies of #3777BA
Complementary color
Monochromatic Colors of #3777BA
Black with #3777BA
Text Example
Text Example
White with #3777BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3777BA; }
p { color: rgb(55,119,186); }
H1.HeaderClassName
{
color: #3777BA;
}
.AnyTagClassName
{
color: #3777BA;
}
</style>
background-color css
<style>
a { background-color: #3777BA; }
a { background-color: rgb(55,119,186); }
div.DivClassName
{
background-color: #3777BA;
}
.BgClassName
{
background-color: #3777BA;
}
</style>
border-color css
<style>
span { border-color: #3777BA; }
span { border-color: rgb(55,119,186); }
td.TdClassName
{
border-color: #3777BA;
}
.TagClassName
{
border-color: #3777BA;
}
</style>