#377ED4

Color #377ED4 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #377ED4

Tints of Curious Blue #377ED4

Color information

#377ED4 (or 0x377ED4) is unknown color: approx 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

RGB55126212-
CMYK0.740.4100.17
HSL212.87º64.61%52.35%-
HSV(B)212.87º74.06%83.14%-
XYZ20.9220.4965.14-
YUV114.57182.9885.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 13.99%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 212 (83.20% from 255) = 53.94%
R=13.99%
G=32.06%
B=53.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal551262120.740.4100.17212.8764.6152.35
Hex377ED44A29011d54134
Octal671763241125102132510164
Binary1101111111110110101001001010101001010001110101011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>