#379F9F

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

Shades of Java #379F9F

Tints of Java #379F9F

Color information

#379F9F (or 0x379F9F) is unknown color: approx Java. HEX triplet: 37, 9F and 9F. RGB value is (55,159,159). Sum of RGB (Red+Green+Blue) = 55+159+159=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #379F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379F9F is #C86060. Grayscale: #7F7F7F. Windows color (decimal): -13131873 or 10460983. OLE color: 10460983.

HSL color Cylindrical-coordinate representation of color #379F9F: hue angle of 180º degrees, saturation: 0.49, 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 #379F9F is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55159159-
CMYK0.65000.38
HSL180º48.6%41.96%-
HSV(B)180º65.41%62.35%-
XYZ20.2328.1137.16-
YUV127.9145.5476-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.75%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=14.75%
G=42.63%
B=42.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551591590.65000.3818048.641.96
Hex379F9F410026b4312a
Octal6723723710100462646152
Binary110111100111111001111110000010010011010110100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,159,159); }

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

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

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

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

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

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

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