#377EB3

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

Shades of Curious Blue #377EB3

Tints of Curious Blue #377EB3

Color information

#377EB3 (or 0x377EB3) is unknown color: approx Curious Blue. HEX triplet: 37, 7E and B3. RGB value is (55,126,179). Sum of RGB (Red+Green+Blue) = 55+126+179=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #377EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377EB3 is #C8814C. Grayscale: #6E6E6E. Windows color (decimal): -13140301 or 11763255. OLE color: 11763255.

HSL color Cylindrical-coordinate representation of color #377EB3: hue angle of 205.65º 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 #377EB3 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB55126179-
CMYK0.690.3000.30
HSL205.65º52.99%45.88%-
HSV(B)205.65º69.27%70.2%-
XYZ17.1718.9945.41-
YUV110.81166.4888.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.28%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 179 (70.31% from 255) = 49.72%
R=15.28%
G=35%
B=49.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal551261790.690.3000.30205.6552.9945.88
Hex377EB3451E01Ece352e
Octal67176263105360363166556
Binary11011111111101011001110001011111001111011001110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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