#377ECB

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

Shades of Curious Blue #377ECB

Tints of Curious Blue #377ECB

Color information

#377ECB (or 0x377ECB) is unknown color: approx Curious Blue. HEX triplet: 37, 7E and CB. RGB value is (55,126,203). Sum of RGB (Red+Green+Blue) = 55+126+203=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #377ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ECB is #C88134. Grayscale: #717171. Windows color (decimal): -13140277 or 13336119. OLE color: 13336119.

HSL color Cylindrical-coordinate representation of color #377ECB: hue angle of 211.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377ECB is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB55126203-
CMYK0.730.3800.20
HSL211.22º58.73%50.59%-
HSV(B)211.22º72.91%79.61%-
XYZ19.8220.0559.32-
YUV113.55178.4886.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.32%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 203 (79.69% from 255) = 52.86%
R=14.32%
G=32.81%
B=52.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal551262030.730.3800.20211.2258.7350.59
Hex377ECB4926014d33b33
Octal67176313111460243237363
Binary110111111111011001011100100110011001010011010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377ECB; }

 p { color: rgb(55,126,203); }

 H1.HeaderClassName
 {
   color: #377ECB;
 }
 .AnyTagClassName
 {
   color: #377ECB;
 }
</style>
background-color css

<style>
 a { background-color: #377ECB; }

 a { background-color: rgb(55,126,203); }

 div.DivClassName
 {
   background-color: #377ECB;
 }
 .BgClassName
 {
   background-color: #377ECB;
 }
</style>
border-color css

<style>
 span { border-color: #377ECB; }

 span { border-color: rgb(55,126,203); }

 td.TdClassName
 {
   border-color: #377ECB;
 }
 .TagClassName
 {
   border-color: #377ECB;
 }
</style>