Shades of Curious Blue #377DAE
Tints of Curious Blue #377DAE
RGB
CMYK
RGB Variations
Color information
#377DAE (or 0x377DAE) is known color: Curious Blue. HEX triplet: 37, 7D and AE. RGB value is (55,125,174). Sum of RGB (Red+Green+Blue) = 55+125+174=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #377DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DAE is #C88251. Grayscale: #6D6D6D. Windows color (decimal): -13140562 or 11435319. OLE color: 11435319.
HSL color Cylindrical-coordinate representation of color #377DAE: hue angle of 204.71º 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 #377DAE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 125 | 174 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.32 |
| HSL | 204.71º | 0.52% | 0.45% | - |
| HSV(B) | 204.71º | 0.68% | 0.68% | - |
| XYZ | 16.55 | 18.54 | 42.75 | - |
| YUV | 109.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 174 | 0.68 | 0.28 | 0 | 0.32 | 204.71 | 0.52 | 0.45 |
| Hex | 37 | 7D | AE | 44 | 1C | 0 | 20 | CD | 34 | 2D |
| Octal | 67 | 175 | 256 | 104 | 34 | 0 | 40 | 315 | 64 | 55 |
| Binary | 110111 | 1111101 | 10101110 | 1000100 | 11100 | 0 | 100000 | 11001101 | 110100 | 101101 |
Color Harmonies of #377DAE
Complementary color
Monochromatic Colors of #377DAE
Black with #377DAE
Text Example
Text Example
White with #377DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DAE; }
p { color: rgb(55,125,174); }
H1.HeaderClassName
{
color: #377DAE;
}
.AnyTagClassName
{
color: #377DAE;
}
</style>
background-color css
<style>
a { background-color: #377DAE; }
a { background-color: rgb(55,125,174); }
div.DivClassName
{
background-color: #377DAE;
}
.BgClassName
{
background-color: #377DAE;
}
</style>
border-color css
<style>
span { border-color: #377DAE; }
span { border-color: rgb(55,125,174); }
td.TdClassName
{
border-color: #377DAE;
}
.TagClassName
{
border-color: #377DAE;
}
</style>