Html Css Color HEX #31938E Java

📋 copy color: '#31938E'

red 49 ◦ green 147 ◦ blue 142

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

Shades of Java #31938E

Tints of Java #31938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.49%

 BLUE value IS 142 (55.86% from 255) = 42.01%

R = 14.5%
G = 43.49%
B = 42.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#31938E (or 0x31938E) is known color: Java. HEX triplet: 31, 93 and 8E. RGB value is (49,147,142). Sum of RGB (Red+Green+Blue) = 49+147+142=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #31938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31938E is #CE6C71. Grayscale: #757575. Windows color (decimal): -13528178 or 9343793. OLE color: 9343793.

HSL color Cylindrical-coordinate representation of color #31938E: hue angle of 176.94º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31938E is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 142 -
CMYK 0.67 0 0.03 0.42
HSL 176.94º 0.5% 0.38% -
HSV(B) 176.94º 0.67% 0.58% -
XYZ 16.58 23.47 29.25 -
YUV 117.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 49 147 142 0.67 0 0.03 0.42 176.94 0.5 0.38
Hex 31 93 8E 43 0 3 2A B1 32 26
Octal 61 223 216 103 0 3 52 261 62 46
Binary 110001 10010011 10001110 1000011 0 11 101010 10110001 110010 100110

Color Harmonies of #31938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31938E

Black with #31938E

Text Example


Text Example

White with #31938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31938E; }

 p { color: rgb(49,147,142); }

 H1.HeaderClassName
 {
   color: #31938E;
 }
 .AnyTagClassName
 {
   color: #31938E;
 }
</style>

background-color css

<style>
 a { background-color: #31938E; }

 a { background-color: rgb(49,147,142); }

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

border-color css

<style>
 span { border-color: #31938E; }

 span { border-color: rgb(49,147,142); }

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