Shades of Curious Blue #377FAA
Tints of Curious Blue #377FAA
RGB
CMYK
RGB Variations
Color information
#377FAA (or 0x377FAA) is known color: Curious Blue. HEX triplet: 37, 7F and AA. RGB value is (55,127,170). Sum of RGB (Red+Green+Blue) = 55+127+170=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #377FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377FAA is #C88055. Grayscale: #6E6E6E. Windows color (decimal): -13140054 or 11173687. OLE color: 11173687.
HSL color Cylindrical-coordinate representation of color #377FAA: hue angle of 202.43º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377FAA is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 127 | 170 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.33 |
| HSL | 202.43º | 0.51% | 0.44% | - |
| HSV(B) | 202.43º | 0.68% | 0.67% | - |
| XYZ | 16.42 | 18.89 | 40.81 | - |
| YUV | 110.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 170 | 0.68 | 0.25 | 0 | 0.33 | 202.43 | 0.51 | 0.44 |
| Hex | 37 | 7F | AA | 44 | 19 | 0 | 21 | CA | 33 | 2C |
| Octal | 67 | 177 | 252 | 104 | 31 | 0 | 41 | 312 | 63 | 54 |
| Binary | 110111 | 1111111 | 10101010 | 1000100 | 11001 | 0 | 100001 | 11001010 | 110011 | 101100 |
Color Harmonies of #377FAA
Complementary color
Monochromatic Colors of #377FAA
Black with #377FAA
Text Example
Text Example
White with #377FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377FAA; }
p { color: rgb(55,127,170); }
H1.HeaderClassName
{
color: #377FAA;
}
.AnyTagClassName
{
color: #377FAA;
}
</style>
background-color css
<style>
a { background-color: #377FAA; }
a { background-color: rgb(55,127,170); }
div.DivClassName
{
background-color: #377FAA;
}
.BgClassName
{
background-color: #377FAA;
}
</style>
border-color css
<style>
span { border-color: #377FAA; }
span { border-color: rgb(55,127,170); }
td.TdClassName
{
border-color: #377FAA;
}
.TagClassName
{
border-color: #377FAA;
}
</style>