#378099

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

Shades of Jelly Bean #378099

Tints of Jelly Bean #378099

Color information

#378099 (or 0x378099) is unknown color: approx Jelly Bean. HEX triplet: 37, 80 and 99. RGB value is (55,128,153). Sum of RGB (Red+Green+Blue) = 55+128+153=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #378099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378099 is #C87F66. Grayscale: #6C6C6C. Windows color (decimal): -13139815 or 10059831. OLE color: 10059831.

HSL color Cylindrical-coordinate representation of color #378099: hue angle of 195.31º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378099 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB55128153-
CMYK0.640.1600.4
HSL195.31º47.12%40.78%-
HSV(B)195.31º64.05%60%-
XYZ15.0418.5532.92-
YUV109.02152.8289.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.37%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=16.37%
G=38.10%
B=45.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551281530.640.1600.4195.3147.1240.78
Hex3780994010028c32f29
Octal67200231100200503035751
Binary1101111000000010011001100000010000010100011000011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378099; }

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

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

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

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

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

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

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

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