Shades of Curious Blue #377ABC
Tints of Curious Blue #377ABC
RGB
CMYK
RGB Variations
Color information
#377ABC (or 0x377ABC) is known color: Curious Blue. HEX triplet: 37, 7A and BC. RGB value is (55,122,188). Sum of RGB (Red+Green+Blue) = 55+122+188=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #377ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ABC is #C88543. Grayscale: #6D6D6D. Windows color (decimal): -13141316 or 12352055. OLE color: 12352055.
HSL color Cylindrical-coordinate representation of color #377ABC: hue angle of 209.77º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #377ABC is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 122 | 188 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.26 |
| HSL | 209.77º | 0.55% | 0.48% | - |
| HSV(B) | 209.77º | 0.71% | 0.74% | - |
| XYZ | 17.61 | 18.36 | 50.19 | - |
| YUV | 109.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 188 | 0.71 | 0.35 | 0 | 0.26 | 209.77 | 0.55 | 0.48 |
| Hex | 37 | 7A | BC | 47 | 23 | 0 | 1A | D2 | 37 | 30 |
| Octal | 67 | 172 | 274 | 107 | 43 | 0 | 32 | 322 | 67 | 60 |
| Binary | 110111 | 1111010 | 10111100 | 1000111 | 100011 | 0 | 11010 | 11010010 | 110111 | 110000 |
Color Harmonies of #377ABC
Complementary color
Monochromatic Colors of #377ABC
Black with #377ABC
Text Example
Text Example
White with #377ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ABC; }
p { color: rgb(55,122,188); }
H1.HeaderClassName
{
color: #377ABC;
}
.AnyTagClassName
{
color: #377ABC;
}
</style>
background-color css
<style>
a { background-color: #377ABC; }
a { background-color: rgb(55,122,188); }
div.DivClassName
{
background-color: #377ABC;
}
.BgClassName
{
background-color: #377ABC;
}
</style>
border-color css
<style>
span { border-color: #377ABC; }
span { border-color: rgb(55,122,188); }
td.TdClassName
{
border-color: #377ABC;
}
.TagClassName
{
border-color: #377ABC;
}
</style>