#378290

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

Shades of Jelly Bean #378290

Tints of Jelly Bean #378290

Color information

#378290 (or 0x378290) is unknown color: approx Jelly Bean. HEX triplet: 37, 82 and 90. RGB value is (55,130,144). Sum of RGB (Red+Green+Blue) = 55+130+144=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #378290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378290 is #C87D6F. Grayscale: #6D6D6D. Windows color (decimal): -13139312 or 9470519. OLE color: 9470519.

HSL color Cylindrical-coordinate representation of color #378290: hue angle of 189.44º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378290 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55130144-
CMYK0.620.1000.44
HSL189.44º44.72%39.02%-
HSV(B)189.44º61.81%56.47%-
XYZ14.5918.7929.24-
YUV109.17147.6589.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=16.72%
G=39.51%
B=43.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551301440.620.1000.44189.4444.7239.02
Hex3782903EA02Cbd2d27
Octal6720222076120542755547
Binary11011110000010100100001111101010010110010111101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378290; }

 p { color: rgb(55,130,144); }

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

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

 a { background-color: rgb(55,130,144); }

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

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

 span { border-color: rgb(55,130,144); }

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