Html Css Color HEX #31989D Java

📋 copy color: '#31989D'

red 49 ◦ green 152 ◦ blue 157

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

Shades of Java #31989D

Tints of Java #31989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.46%

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

R = 13.69%
G = 42.46%
B = 43.85%

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

#31989D (or 0x31989D) is known color: Java. HEX triplet: 31, 98 and 9D. RGB value is (49,152,157). Sum of RGB (Red+Green+Blue) = 49+152+157=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #31989D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31989D is #CE6762. Grayscale: #797979. Windows color (decimal): -13526883 or 10328113. OLE color: 10328113.

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

Color convert

RGB 49 152 157 -
CMYK 0.69 0.03 0 0.38
HSL 182.78º 0.52% 0.4% -
HSV(B) 182.78º 0.69% 0.62% -
XYZ 18.58 25.54 35.85 -
YUV 121.77 147.88 76.09 -
System Red Green Blue C M Y K H S L
Decimal 49 152 157 0.69 0.03 0 0.38 182.78 0.52 0.4
Hex 31 98 9D 45 3 0 26 B7 34 28
Octal 61 230 235 105 3 0 46 267 64 50
Binary 110001 10011000 10011101 1000101 11 0 100110 10110111 110100 101000

Color Harmonies of #31989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31989D

Black with #31989D

Text Example


Text Example

White with #31989D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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