Shades of Curious Blue #377AAE
Tints of Curious Blue #377AAE
RGB
CMYK
RGB Variations
Color information
#377AAE (or 0x377AAE) is known color: Curious Blue. HEX triplet: 37, 7A and AE. RGB value is (55,122,174). Sum of RGB (Red+Green+Blue) = 55+122+174=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #377AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AAE is #C88551. Grayscale: #6B6B6B. Windows color (decimal): -13141330 or 11434551. OLE color: 11434551.
HSL color Cylindrical-coordinate representation of color #377AAE: hue angle of 206.22º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377AAE is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 122 | 174 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.32 |
| HSL | 206.22º | 0.52% | 0.45% | - |
| HSV(B) | 206.22º | 0.68% | 0.68% | - |
| XYZ | 16.18 | 17.79 | 42.63 | - |
| YUV | 107.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 174 | 0.68 | 0.30 | 0 | 0.32 | 206.22 | 0.52 | 0.45 |
| Hex | 37 | 7A | AE | 44 | 1E | 0 | 20 | CE | 34 | 2D |
| Octal | 67 | 172 | 256 | 104 | 36 | 0 | 40 | 316 | 64 | 55 |
| Binary | 110111 | 1111010 | 10101110 | 1000100 | 11110 | 0 | 100000 | 11001110 | 110100 | 101101 |
Color Harmonies of #377AAE
Complementary color
Monochromatic Colors of #377AAE
Black with #377AAE
Text Example
Text Example
White with #377AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AAE; }
p { color: rgb(55,122,174); }
H1.HeaderClassName
{
color: #377AAE;
}
.AnyTagClassName
{
color: #377AAE;
}
</style>
background-color css
<style>
a { background-color: #377AAE; }
a { background-color: rgb(55,122,174); }
div.DivClassName
{
background-color: #377AAE;
}
.BgClassName
{
background-color: #377AAE;
}
</style>
border-color css
<style>
span { border-color: #377AAE; }
span { border-color: rgb(55,122,174); }
td.TdClassName
{
border-color: #377AAE;
}
.TagClassName
{
border-color: #377AAE;
}
</style>