#378098

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

Shades of Jelly Bean #378098

Tints of Jelly Bean #378098

Color information

#378098 (or 0x378098) is unknown color: approx Jelly Bean. HEX triplet: 37, 80 and 98. RGB value is (55,128,152). Sum of RGB (Red+Green+Blue) = 55+128+152=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #378098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378098 is #C87F67. Grayscale: #6C6C6C. Windows color (decimal): -13139816 or 9994295. OLE color: 9994295.

HSL color Cylindrical-coordinate representation of color #378098: hue angle of 194.85º 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 #378098 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB55128152-
CMYK0.640.1600.40
HSL194.85º46.86%40.59%-
HSV(B)194.85º63.82%59.61%-
XYZ14.9618.5232.49-
YUV108.91152.3289.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=16.42%
G=38.21%
B=45.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551281520.640.1600.40194.8546.8640.59
Hex3780984010028c32f29
Octal67200230100200503035751
Binary1101111000000010011000100000010000010100011000011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378098; }

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

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

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

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

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

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

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

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