Html Css Color HEX #319392 Java

📋 copy color: '#319392'

red 49 ◦ green 147 ◦ blue 146

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

Shades of Java #319392

Tints of Java #319392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 14.33%
G = 42.98%
B = 42.69%

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

#319392 (or 0x319392) is known color: Java. HEX triplet: 31, 93 and 92. RGB value is (49,147,146). Sum of RGB (Red+Green+Blue) = 49+147+146=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #319392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319392 is #CE6C6D. Grayscale: #757575. Windows color (decimal): -13528174 or 9605937. OLE color: 9605937.

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

Color convert

RGB 49 147 146 -
CMYK 0.67 0 0.01 0.42
HSL 179.39º 0.5% 0.38% -
HSV(B) 179.39º 0.67% 0.58% -
XYZ 16.89 23.6 30.86 -
YUV 117.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 49 147 146 0.67 0 0.01 0.42 179.39 0.5 0.38
Hex 31 93 92 43 0 1 2A B3 32 26
Octal 61 223 222 103 0 1 52 263 62 46
Binary 110001 10010011 10010010 1000011 0 1 101010 10110011 110010 100110

Color Harmonies of #319392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319392

Black with #319392

Text Example


Text Example

White with #319392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319392; }

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

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

background-color css

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

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

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

border-color css

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

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

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