Html Css Color HEX #31999D Java

📋 copy color: '#31999D'

red 49 ◦ green 153 ◦ blue 157

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

Shades of Java #31999D

Tints of Java #31999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.62%

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

R = 13.65%
G = 42.62%
B = 43.73%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31999D (or 0x31999D) is known color: Java. HEX triplet: 31, 99 and 9D. RGB value is (49,153,157). Sum of RGB (Red+Green+Blue) = 49+153+157=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #31999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31999D is #CE6662. Grayscale: #7A7A7A. Windows color (decimal): -13526627 or 10328369. OLE color: 10328369.

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

Color convert

RGB 49 153 157 -
CMYK 0.69 0.03 0 0.38
HSL 182.22º 0.52% 0.4% -
HSV(B) 182.22º 0.69% 0.62% -
XYZ 18.74 25.87 35.9 -
YUV 122.36 147.54 75.67 -
System Red Green Blue C M Y K H S L
Decimal 49 153 157 0.69 0.03 0 0.38 182.22 0.52 0.4
Hex 31 99 9D 45 3 0 26 B6 34 28
Octal 61 231 235 105 3 0 46 266 64 50
Binary 110001 10011001 10011101 1000101 11 0 100110 10110110 110100 101000

Color Harmonies of #31999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31999D

Black with #31999D

Text Example


Text Example

White with #31999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31999D; }

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

 H1.HeaderClassName
 {
   color: #31999D;
 }
 .AnyTagClassName
 {
   color: #31999D;
 }
</style>

background-color css

<style>
 a { background-color: #31999D; }

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

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

border-color css

<style>
 span { border-color: #31999D; }

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

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