Html Css Color HEX #31958D Java

📋 copy color: '#31958D'

red 49 ◦ green 149 ◦ blue 141

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

Shades of Java #31958D

Tints of Java #31958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.95%

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 14.45%
G = 43.95%
B = 41.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#31958D (or 0x31958D) is known color: Java. HEX triplet: 31, 95 and 8D. RGB value is (49,149,141). Sum of RGB (Red+Green+Blue) = 49+149+141=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #31958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31958D is #CE6A72. Grayscale: #767676. Windows color (decimal): -13527667 or 9278769. OLE color: 9278769.

HSL color Cylindrical-coordinate representation of color #31958D: hue angle of 175.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31958D is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 149 141 -
CMYK 0.67 0 0.05 0.42
HSL 175.2º 0.51% 0.39% -
HSV(B) 175.2º 0.67% 0.58% -
XYZ 16.82 24.07 28.96 -
YUV 118.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 49 149 141 0.67 0 0.05 0.42 175.2 0.51 0.39
Hex 31 95 8D 43 0 5 2A AF 33 27
Octal 61 225 215 103 0 5 52 257 63 47
Binary 110001 10010101 10001101 1000011 0 101 101010 10101111 110011 100111

Color Harmonies of #31958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31958D

Black with #31958D

Text Example


Text Example

White with #31958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,149,141); }

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

background-color css

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

 a { background-color: rgb(49,149,141); }

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

border-color css

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

 span { border-color: rgb(49,149,141); }

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