Html Css Color HEX #319391 Java

📋 copy color: '#319391'

red 49 ◦ green 147 ◦ blue 145

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

Shades of Java #319391

Tints of Java #319391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 14.37%
G = 43.11%
B = 42.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#319391 (or 0x319391) is known color: Java. HEX triplet: 31, 93 and 91. RGB value is (49,147,145). Sum of RGB (Red+Green+Blue) = 49+147+145=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #319391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319391 is #CE6C6E. Grayscale: #757575. Windows color (decimal): -13528175 or 9540401. OLE color: 9540401.

HSL color Cylindrical-coordinate representation of color #319391: hue angle of 178.78º 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 #319391 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 145 -
CMYK 0.67 0 0.01 0.42
HSL 178.78º 0.5% 0.38% -
HSV(B) 178.78º 0.67% 0.58% -
XYZ 16.81 23.56 30.45 -
YUV 117.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 49 147 145 0.67 0 0.01 0.42 178.78 0.5 0.38
Hex 31 93 91 43 0 1 2A B3 32 26
Octal 61 223 221 103 0 1 52 263 62 46
Binary 110001 10010011 10010001 1000011 0 1 101010 10110011 110010 100110

Color Harmonies of #319391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319391

Black with #319391

Text Example


Text Example

White with #319391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319391; }

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

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

background-color css

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

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

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

border-color css

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

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

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