#379E9A

Color #379E9A Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #379E9A

Tints of Java #379E9A

Color information

#379E9A (or 0x379E9A) is unknown color: approx Java. HEX triplet: 37, 9E and 9A. RGB value is (55,158,154). Sum of RGB (Red+Green+Blue) = 55+158+154=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #379E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379E9A is #C86165. Grayscale: #7E7E7E. Windows color (decimal): -13132134 or 10133047. OLE color: 10133047.

HSL color Cylindrical-coordinate representation of color #379E9A: hue angle of 177.67º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379E9A is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB55158154-
CMYK0.6500.030.38
HSL177.67º48.36%41.76%-
HSV(B)177.67º65.19%61.96%-
XYZ19.6427.634.86-
YUV126.75143.3876.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.99%
GREEN value IS 158 (62.11% from 255) = 43.05%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=14.99%
G=43.05%
B=41.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551581540.6500.030.38177.6748.3641.76
Hex379E9A410326b2302a
Octal6723623210103462626052
Binary1101111001111010011010100000101110011010110010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379E9A; }

 p { color: rgb(55,158,154); }

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

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

 a { background-color: rgb(55,158,154); }

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

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

 span { border-color: rgb(55,158,154); }

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