#378193

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

Shades of Jelly Bean #378193

Tints of Jelly Bean #378193

Color information

#378193 (or 0x378193) is unknown color: approx Jelly Bean. HEX triplet: 37, 81 and 93. RGB value is (55,129,147). Sum of RGB (Red+Green+Blue) = 55+129+147=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #378193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378193 is #C87E6C. Grayscale: #6C6C6C. Windows color (decimal): -13139565 or 9666871. OLE color: 9666871.

HSL color Cylindrical-coordinate representation of color #378193: hue angle of 191.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378193 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55129147-
CMYK0.630.1200.42
HSL191.74º45.54%39.61%-
HSV(B)191.74º62.59%57.65%-
XYZ14.6918.6230.42-
YUV108.93149.4889.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=16.62%
G=38.97%
B=44.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551291470.630.1200.42191.7445.5439.61
Hex3781933FC02Ac02e28
Octal6720122377140523005650
Binary11011110000001100100111111111100010101011000000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378193; }

 p { color: rgb(55,129,147); }

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

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

 a { background-color: rgb(55,129,147); }

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

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

 span { border-color: rgb(55,129,147); }

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