#377f8b

Color #377F8B Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #377F8B

Tints of Jelly Bean #377F8B

Color information

#377F8B (or 0x377F8B) is unknown color: approx Jelly Bean. HEX triplet: 37, 7F and 8B. RGB value is (55,127,139). Sum of RGB (Red+Green+Blue) = 55+127+139=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #377F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F8B is #C88074. Grayscale: #6A6A6A. Windows color (decimal): -13140085 or 9142071. OLE color: 9142071.

HSL color Cylindrical-coordinate representation of color #377F8B: hue angle of 188.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #377F8B is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55127139-
CMYK0.600.0900.45
HSL188.57º43.3%38.04%-
HSV(B)188.57º60.43%54.51%-
XYZ13.8317.8627.14-
YUV106.84146.1591.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=17.13%
G=39.56%
B=43.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551271390.600.0900.45188.5743.338.04
Hex377F8B3C902Dbd2b26
Octal6717721374110552755346
Binary1101111111111100010111111001001010110110111101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377f8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,127,139); }

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

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

 a { background-color: rgb(55,127,139); }

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

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

 span { border-color: rgb(55,127,139); }

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