Shades of Curious Blue #377EB8
Tints of Curious Blue #377EB8
RGB
CMYK
RGB Variations
Color information
#377EB8 (or 0x377EB8) is known color: Curious Blue. HEX triplet: 37, 7E and B8. RGB value is (55,126,184). Sum of RGB (Red+Green+Blue) = 55+126+184=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #377EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377EB8 is #C88147. Grayscale: #6F6F6F. Windows color (decimal): -13140296 or 12090935. OLE color: 12090935.
HSL color Cylindrical-coordinate representation of color #377EB8: hue angle of 206.98º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #377EB8 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 126 | 184 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.28 |
| HSL | 206.98º | 0.54% | 0.47% | - |
| HSV(B) | 206.98º | 0.7% | 0.72% | - |
| XYZ | 17.69 | 19.19 | 48.12 | - |
| YUV | 111.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 184 | 0.70 | 0.32 | 0 | 0.28 | 206.98 | 0.54 | 0.47 |
| Hex | 37 | 7E | B8 | 46 | 20 | 0 | 1C | CF | 36 | 2F |
| Octal | 67 | 176 | 270 | 106 | 40 | 0 | 34 | 317 | 66 | 57 |
| Binary | 110111 | 1111110 | 10111000 | 1000110 | 100000 | 0 | 11100 | 11001111 | 110110 | 101111 |
Color Harmonies of #377EB8
Complementary color
Monochromatic Colors of #377EB8
Black with #377EB8
Text Example
Text Example
White with #377EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377EB8; }
p { color: rgb(55,126,184); }
H1.HeaderClassName
{
color: #377EB8;
}
.AnyTagClassName
{
color: #377EB8;
}
</style>
background-color css
<style>
a { background-color: #377EB8; }
a { background-color: rgb(55,126,184); }
div.DivClassName
{
background-color: #377EB8;
}
.BgClassName
{
background-color: #377EB8;
}
</style>
border-color css
<style>
span { border-color: #377EB8; }
span { border-color: rgb(55,126,184); }
td.TdClassName
{
border-color: #377EB8;
}
.TagClassName
{
border-color: #377EB8;
}
</style>