Html Css Color HEX #31959A Java

📋 copy color: '#31959A'

red 49 ◦ green 149 ◦ blue 154

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

Shades of Java #31959A

Tints of Java #31959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.75%

R = 13.92%
G = 42.33%
B = 43.75%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#31959A (or 0x31959A) is known color: Java. HEX triplet: 31, 95 and 9A. RGB value is (49,149,154). Sum of RGB (Red+Green+Blue) = 49+149+154=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #31959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31959A is #CE6A65. Grayscale: #777777. Windows color (decimal): -13527654 or 10130737. OLE color: 10130737.

HSL color Cylindrical-coordinate representation of color #31959A: hue angle of 182.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31959A is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 149 154 -
CMYK 0.68 0.03 0 0.40
HSL 182.86º 0.52% 0.4% -
HSV(B) 182.86º 0.68% 0.6% -
XYZ 17.85 24.48 34.36 -
YUV 119.67 147.37 77.59 -
System Red Green Blue C M Y K H S L
Decimal 49 149 154 0.68 0.03 0 0.40 182.86 0.52 0.4
Hex 31 95 9A 44 3 0 28 B7 34 28
Octal 61 225 232 104 3 0 50 267 64 50
Binary 110001 10010101 10011010 1000100 11 0 101000 10110111 110100 101000

Color Harmonies of #31959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31959A

Black with #31959A

Text Example


Text Example

White with #31959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31959A; }

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

 H1.HeaderClassName
 {
   color: #31959A;
 }
 .AnyTagClassName
 {
   color: #31959A;
 }
</style>

background-color css

<style>
 a { background-color: #31959A; }

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

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

border-color css

<style>
 span { border-color: #31959A; }

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

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