#378090

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

Shades of Jelly Bean #378090

Tints of Jelly Bean #378090

Color information

#378090 (or 0x378090) is unknown color: approx Jelly Bean. HEX triplet: 37, 80 and 90. RGB value is (55,128,144). Sum of RGB (Red+Green+Blue) = 55+128+144=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #378090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378090 is #C87F6F. Grayscale: #6B6B6B. Windows color (decimal): -13139824 or 9470007. OLE color: 9470007.

HSL color Cylindrical-coordinate representation of color #378090: hue angle of 190.79º 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 #378090 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55128144-
CMYK0.620.1100.44
HSL190.79º44.72%39.02%-
HSV(B)190.79º61.81%56.47%-
XYZ14.3318.2629.16-
YUV108148.3290.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.82%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=16.82%
G=39.14%
B=44.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551281440.620.1100.44190.7944.7239.02
Hex3780903EB02Cbf2d27
Octal6720022076130542775547
Binary11011110000000100100001111101011010110010111111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378090; }

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

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

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

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

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

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

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

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