Html Css Color HEX #379FA0 Java

📋 copy color: '#379FA0'

red 55 ◦ green 159 ◦ blue 160

#379FA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #379FA0

Tints of Java #379FA0

RGB

 RED value IS 55 (21.88% from 255) = 14.71%

 GREEN value IS 159 (62.5% from 255) = 42.51%

 BLUE value IS 160 (62.89% from 255) = 42.78%

R = 14.71%
G = 42.51%
B = 42.78%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#379FA0 (or 0x379FA0) is known color: Java. HEX triplet: 37, 9F and A0. RGB value is (55,159,160). Sum of RGB (Red+Green+Blue) = 55+159+160=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #379FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379FA0 is #C8605F. Grayscale: #7F7F7F. Windows color (decimal): -13131872 or 10526519. OLE color: 10526519.

HSL color Cylindrical-coordinate representation of color #379FA0: hue angle of 180.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #379FA0 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 159 160 -
CMYK 0.66 0.01 0 0.37
HSL 180.57º 0.49% 0.42% -
HSV(B) 180.57º 0.66% 0.63% -
XYZ 20.32 28.15 37.62 -
YUV 128.02 146.04 75.92 -
System Red Green Blue C M Y K H S L
Decimal 55 159 160 0.66 0.01 0 0.37 180.57 0.49 0.42
Hex 37 9F A0 42 1 0 25 B5 31 2A
Octal 67 237 240 102 1 0 45 265 61 52
Binary 110111 10011111 10100000 1000010 1 0 100101 10110101 110001 101010

Color Harmonies of #379FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FA0

Black with #379FA0

Text Example


Text Example

White with #379FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #379FA0;
 }
 .AnyTagClassName
 {
   color: #379FA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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