#378292

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

Shades of Jelly Bean #378292

Tints of Jelly Bean #378292

Color information

#378292 (or 0x378292) is unknown color: approx Jelly Bean. HEX triplet: 37, 82 and 92. RGB value is (55,130,146). Sum of RGB (Red+Green+Blue) = 55+130+146=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #378292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378292 is #C87D6D. Grayscale: #6D6D6D. Windows color (decimal): -13139310 or 9601591. OLE color: 9601591.

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

Color convert

RGB55130146-
CMYK0.620.1100.43
HSL190.55º45.27%39.41%-
HSV(B)190.55º62.33%57.25%-
XYZ14.7518.8530.06-
YUV109.4148.6589.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=16.62%
G=39.27%
B=44.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551301460.620.1100.43190.5545.2739.41
Hex3782923EB02Bbf2d27
Octal6720222276130532775547
Binary11011110000010100100101111101011010101110111111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378292; }

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

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

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

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

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

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

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

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