Html Css Color HEX #319F96 Java

📋 copy color: '#319F96'

red 49 ◦ green 159 ◦ blue 150

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

Shades of Java #319F96

Tints of Java #319F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 13.69%
G = 44.41%
B = 41.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#319F96 (or 0x319F96) is known color: Java. HEX triplet: 31, 9F and 96. RGB value is (49,159,150). Sum of RGB (Red+Green+Blue) = 49+159+150=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #319F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319F96 is #CE6069. Grayscale: #7D7D7D. Windows color (decimal): -13525098 or 9871153. OLE color: 9871153.

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

Color convert

RGB 49 159 150 -
CMYK 0.69 0 0.06 0.38
HSL 175.09º 0.53% 0.41% -
HSV(B) 175.09º 0.69% 0.62% -
XYZ 19.17 27.65 33.18 -
YUV 125.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 49 159 150 0.69 0 0.06 0.38 175.09 0.53 0.41
Hex 31 9F 96 45 0 6 26 AF 35 29
Octal 61 237 226 105 0 6 46 257 65 51
Binary 110001 10011111 10010110 1000101 0 110 100110 10101111 110101 101001

Color Harmonies of #319F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319F96

Black with #319F96

Text Example


Text Example

White with #319F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,159,150); }

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

background-color css

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

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

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

border-color css

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

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

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