Shades of Curious Blue #377ED4
Tints of Curious Blue #377ED4
RGB
CMYK
RGB Variations
Color information
#377ED4 (or 0x377ED4) is known color: Curious Blue. HEX triplet: 37, 7E and D4. RGB value is (55,126,212). Sum of RGB (Red+Green+Blue) = 55+126+212=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #377ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ED4 is #C8812B. Grayscale: #727272. Windows color (decimal): -13140268 or 13925943. OLE color: 13925943.
HSL color Cylindrical-coordinate representation of color #377ED4: hue angle of 212.87º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377ED4 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 126 | 212 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.17 |
| HSL | 212.87º | 0.65% | 0.52% | - |
| HSV(B) | 212.87º | 0.74% | 0.83% | - |
| XYZ | 20.92 | 20.49 | 65.14 | - |
| YUV | 114.58 | 182.98 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 212 | 0.74 | 0.41 | 0 | 0.17 | 212.87 | 0.65 | 0.52 |
| Hex | 37 | 7E | D4 | 4A | 29 | 0 | 11 | D5 | 41 | 34 |
| Octal | 67 | 176 | 324 | 112 | 51 | 0 | 21 | 325 | 101 | 64 |
| Binary | 110111 | 1111110 | 11010100 | 1001010 | 101001 | 0 | 10001 | 11010101 | 1000001 | 110100 |
Color Harmonies of #377ED4
Complementary color
Monochromatic Colors of #377ED4
Black with #377ED4
Text Example
Text Example
White with #377ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ED4; }
p { color: rgb(55,126,212); }
H1.HeaderClassName
{
color: #377ED4;
}
.AnyTagClassName
{
color: #377ED4;
}
</style>
background-color css
<style>
a { background-color: #377ED4; }
a { background-color: rgb(55,126,212); }
div.DivClassName
{
background-color: #377ED4;
}
.BgClassName
{
background-color: #377ED4;
}
</style>
border-color css
<style>
span { border-color: #377ED4; }
span { border-color: rgb(55,126,212); }
td.TdClassName
{
border-color: #377ED4;
}
.TagClassName
{
border-color: #377ED4;
}
</style>