Html Css Color HEX #319D9B Java

📋 copy color: '#319D9B'

red 49 ◦ green 157 ◦ blue 155

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

Shades of Java #319D9B

Tints of Java #319D9B

RGB

 RED value IS 49 (19.53% from 255) = 13.57%

 GREEN value IS 157 (61.72% from 255) = 43.49%

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 13.57%
G = 43.49%
B = 42.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#319D9B (or 0x319D9B) is known color: Java. HEX triplet: 31, 9D and 9B. RGB value is (49,157,155). Sum of RGB (Red+Green+Blue) = 49+157+155=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #319D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319D9B is #CE6264. Grayscale: #7C7C7C. Windows color (decimal): -13525605 or 10198321. OLE color: 10198321.

HSL color Cylindrical-coordinate representation of color #319D9B: hue angle of 178.89º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D9B is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 157 155 -
CMYK 0.69 0 0.01 0.38
HSL 178.89º 0.52% 0.4% -
HSV(B) 178.89º 0.69% 0.62% -
XYZ 19.24 27.13 35.23 -
YUV 124.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 49 157 155 0.69 0 0.01 0.38 178.89 0.52 0.4
Hex 31 9D 9B 45 0 1 26 B3 34 28
Octal 61 235 233 105 0 1 46 263 64 50
Binary 110001 10011101 10011011 1000101 0 1 100110 10110011 110100 101000

Color Harmonies of #319D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319D9B

Black with #319D9B

Text Example


Text Example

White with #319D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319D9B; }

 p { color: rgb(49,157,155); }

 H1.HeaderClassName
 {
   color: #319D9B;
 }
 .AnyTagClassName
 {
   color: #319D9B;
 }
</style>

background-color css

<style>
 a { background-color: #319D9B; }

 a { background-color: rgb(49,157,155); }

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

border-color css

<style>
 span { border-color: #319D9B; }

 span { border-color: rgb(49,157,155); }

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