Shades of Curious Blue #377AB1
Tints of Curious Blue #377AB1
RGB
CMYK
RGB Variations
Color information
#377AB1 (or 0x377AB1) is known color: Curious Blue. HEX triplet: 37, 7A and B1. RGB value is (55,122,177). Sum of RGB (Red+Green+Blue) = 55+122+177=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #377AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AB1 is #C8854E. Grayscale: #6B6B6B. Windows color (decimal): -13141327 or 11631159. OLE color: 11631159.
HSL color Cylindrical-coordinate representation of color #377AB1: hue angle of 207.05º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #377AB1 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 122 | 177 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.31 |
| HSL | 207.05º | 0.53% | 0.45% | - |
| HSV(B) | 207.05º | 0.69% | 0.69% | - |
| XYZ | 16.47 | 17.91 | 44.18 | - |
| YUV | 108.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 177 | 0.69 | 0.31 | 0 | 0.31 | 207.05 | 0.53 | 0.45 |
| Hex | 37 | 7A | B1 | 45 | 1F | 0 | 1F | CF | 35 | 2D |
| Octal | 67 | 172 | 261 | 105 | 37 | 0 | 37 | 317 | 65 | 55 |
| Binary | 110111 | 1111010 | 10110001 | 1000101 | 11111 | 0 | 11111 | 11001111 | 110101 | 101101 |
Color Harmonies of #377AB1
Complementary color
Monochromatic Colors of #377AB1
Black with #377AB1
Text Example
Text Example
White with #377AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AB1; }
p { color: rgb(55,122,177); }
H1.HeaderClassName
{
color: #377AB1;
}
.AnyTagClassName
{
color: #377AB1;
}
</style>
background-color css
<style>
a { background-color: #377AB1; }
a { background-color: rgb(55,122,177); }
div.DivClassName
{
background-color: #377AB1;
}
.BgClassName
{
background-color: #377AB1;
}
</style>
border-color css
<style>
span { border-color: #377AB1; }
span { border-color: rgb(55,122,177); }
td.TdClassName
{
border-color: #377AB1;
}
.TagClassName
{
border-color: #377AB1;
}
</style>