Html Css Color HEX #319F99 Java

📋 copy color: '#319F99'

red 49 ◦ green 159 ◦ blue 153

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

Shades of Java #319F99

Tints of Java #319F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 13.57%
G = 44.04%
B = 42.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#319F99 (or 0x319F99) is known color: Java. HEX triplet: 31, 9F and 99. RGB value is (49,159,153). Sum of RGB (Red+Green+Blue) = 49+159+153=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #319F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319F99 is #CE6066. Grayscale: #7D7D7D. Windows color (decimal): -13525095 or 10067761. OLE color: 10067761.

HSL color Cylindrical-coordinate representation of color #319F99: hue angle of 176.73º 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 #319F99 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 159 153 -
CMYK 0.69 0 0.04 0.38
HSL 176.73º 0.53% 0.41% -
HSV(B) 176.73º 0.69% 0.62% -
XYZ 19.41 27.75 34.47 -
YUV 125.43 143.56 73.49 -
System Red Green Blue C M Y K H S L
Decimal 49 159 153 0.69 0 0.04 0.38 176.73 0.53 0.41
Hex 31 9F 99 45 0 4 26 B1 35 29
Octal 61 237 231 105 0 4 46 261 65 51
Binary 110001 10011111 10011001 1000101 0 100 100110 10110001 110101 101001

Color Harmonies of #319F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319F99

Black with #319F99

Text Example


Text Example

White with #319F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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