Html Css Color HEX #319492 Java

📋 copy color: '#319492'

red 49 ◦ green 148 ◦ blue 146

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

Shades of Java #319492

Tints of Java #319492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.15%

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

R = 14.29%
G = 43.15%
B = 42.57%

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

#319492 (or 0x319492) is known color: Java. HEX triplet: 31, 94 and 92. RGB value is (49,148,146). Sum of RGB (Red+Green+Blue) = 49+148+146=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #319492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319492 is #CE6B6D. Grayscale: #767676. Windows color (decimal): -13527918 or 9606193. OLE color: 9606193.

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

Color convert

RGB 49 148 146 -
CMYK 0.67 0 0.01 0.42
HSL 178.79º 0.5% 0.39% -
HSV(B) 178.79º 0.67% 0.58% -
XYZ 17.04 23.91 30.91 -
YUV 118.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 49 148 146 0.67 0 0.01 0.42 178.79 0.5 0.39
Hex 31 94 92 43 0 1 2A B3 32 27
Octal 61 224 222 103 0 1 52 263 62 47
Binary 110001 10010100 10010010 1000011 0 1 101010 10110011 110010 100111

Color Harmonies of #319492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319492

Black with #319492

Text Example


Text Example

White with #319492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319492; }

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

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

background-color css

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

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

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

border-color css

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

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

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