Html Css Color HEX #379C9D Java

📋 copy color: '#379C9D'

red 55 ◦ green 156 ◦ blue 157

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

Shades of Java #379C9D

Tints of Java #379C9D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 14.95%
G = 42.39%
B = 42.66%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#379C9D (or 0x379C9D) is known color: Java. HEX triplet: 37, 9C and 9D. RGB value is (55,156,157). Sum of RGB (Red+Green+Blue) = 55+156+157=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #379C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379C9D is #C86362. Grayscale: #7D7D7D. Windows color (decimal): -13132643 or 10329143. OLE color: 10329143.

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

Color convert

RGB 55 156 157 -
CMYK 0.65 0.01 0 0.38
HSL 180.59º 0.48% 0.42% -
HSV(B) 180.59º 0.65% 0.62% -
XYZ 19.55 27.02 36.08 -
YUV 125.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 55 156 157 0.65 0.01 0 0.38 180.59 0.48 0.42
Hex 37 9C 9D 41 1 0 26 B5 30 2A
Octal 67 234 235 101 1 0 46 265 60 52
Binary 110111 10011100 10011101 1000001 1 0 100110 10110101 110000 101010

Color Harmonies of #379C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C9D

Black with #379C9D

Text Example


Text Example

White with #379C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,156,157); }

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

background-color css

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

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

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

border-color css

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

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

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