Shades of Curious Blue #377AB2
Tints of Curious Blue #377AB2
RGB
CMYK
RGB Variations
Color information
#377AB2 (or 0x377AB2) is known color: Curious Blue. HEX triplet: 37, 7A and B2. RGB value is (55,122,178). Sum of RGB (Red+Green+Blue) = 55+122+178=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #377AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377AB2 is #C8854D. Grayscale: #6C6C6C. Windows color (decimal): -13141326 or 11696695. OLE color: 11696695.
HSL color Cylindrical-coordinate representation of color #377AB2: hue angle of 207.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #377AB2 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 122 | 178 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.30 |
| HSL | 207.32º | 0.53% | 0.46% | - |
| HSV(B) | 207.32º | 0.69% | 0.7% | - |
| XYZ | 16.57 | 17.95 | 44.71 | - |
| YUV | 108.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 178 | 0.69 | 0.31 | 0 | 0.30 | 207.32 | 0.53 | 0.46 |
| Hex | 37 | 7A | B2 | 45 | 1F | 0 | 1E | CF | 35 | 2E |
| Octal | 67 | 172 | 262 | 105 | 37 | 0 | 36 | 317 | 65 | 56 |
| Binary | 110111 | 1111010 | 10110010 | 1000101 | 11111 | 0 | 11110 | 11001111 | 110101 | 101110 |
Color Harmonies of #377AB2
Complementary color
Monochromatic Colors of #377AB2
Black with #377AB2
Text Example
Text Example
White with #377AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AB2; }
p { color: rgb(55,122,178); }
H1.HeaderClassName
{
color: #377AB2;
}
.AnyTagClassName
{
color: #377AB2;
}
</style>
background-color css
<style>
a { background-color: #377AB2; }
a { background-color: rgb(55,122,178); }
div.DivClassName
{
background-color: #377AB2;
}
.BgClassName
{
background-color: #377AB2;
}
</style>
border-color css
<style>
span { border-color: #377AB2; }
span { border-color: rgb(55,122,178); }
td.TdClassName
{
border-color: #377AB2;
}
.TagClassName
{
border-color: #377AB2;
}
</style>