#37808C

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

Shades of Jelly Bean #37808C

Tints of Jelly Bean #37808C

Color information

#37808C (or 0x37808C) is unknown color: approx Jelly Bean. HEX triplet: 37, 80 and 8C. RGB value is (55,128,140). Sum of RGB (Red+Green+Blue) = 55+128+140=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #37808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37808C is #C87F73. Grayscale: #6B6B6B. Windows color (decimal): -13139828 or 9207863. OLE color: 9207863.

HSL color Cylindrical-coordinate representation of color #37808C: hue angle of 188.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37808C is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55128140-
CMYK0.610.0900.45
HSL188.47º43.59%38.24%-
HSV(B)188.47º60.71%54.9%-
XYZ14.0318.1427.57-
YUV107.54146.3290.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.03%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=17.03%
G=39.63%
B=43.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551281400.610.0900.45188.4743.5938.24
Hex37808C3D902Dbc2c26
Octal6720021475110552745446
Binary11011110000000100011001111011001010110110111100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37808C; }

 p { color: rgb(55,128,140); }

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

<style>
 a { background-color: #37808C; }

 a { background-color: rgb(55,128,140); }

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

<style>
 span { border-color: #37808C; }

 span { border-color: rgb(55,128,140); }

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