Html Css Color HEX #389FA0 Java

📋 copy color: '#389FA0'

red 56 ◦ green 159 ◦ blue 160

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

Shades of Java #389FA0

Tints of Java #389FA0

RGB

 RED value IS 56 (22.27% from 255) = 14.93%

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

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

R = 14.93%
G = 42.4%
B = 42.67%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#389FA0 (or 0x389FA0) is known color: Java. HEX triplet: 38, 9F and A0. RGB value is (56,159,160). Sum of RGB (Red+Green+Blue) = 56+159+160=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 160 - color contains mainly: blue. Hex color #389FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FA0 is #C7605F. Grayscale: #808080. Windows color (decimal): -13066336 or 10526520. OLE color: 10526520.

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

Color convert

RGB 56 159 160 -
CMYK 0.65 0.01 0 0.37
HSL 180.58º 0.48% 0.42% -
HSV(B) 180.58º 0.65% 0.63% -
XYZ 20.37 28.18 37.62 -
YUV 128.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 56 159 160 0.65 0.01 0 0.37 180.58 0.48 0.42
Hex 38 9F A0 41 1 0 25 B5 30 2A
Octal 70 237 240 101 1 0 45 265 60 52
Binary 111000 10011111 10100000 1000001 1 0 100101 10110101 110000 101010

Color Harmonies of #389FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FA0

Black with #389FA0

Text Example


Text Example

White with #389FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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