Html Css Color HEX #319499 Java

📋 copy color: '#319499'

red 49 ◦ green 148 ◦ blue 153

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

Shades of Java #319499

Tints of Java #319499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 14%
G = 42.29%
B = 43.71%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#319499 (or 0x319499) is known color: Java. HEX triplet: 31, 94 and 99. RGB value is (49,148,153). Sum of RGB (Red+Green+Blue) = 49+148+153=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #319499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319499 is #CE6B66. Grayscale: #767676. Windows color (decimal): -13527911 or 10064945. OLE color: 10064945.

HSL color Cylindrical-coordinate representation of color #319499: hue angle of 182.88º degrees, saturation: 0.51, 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 #319499 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 148 153 -
CMYK 0.68 0.03 0 0.4
HSL 182.88º 0.51% 0.4% -
HSV(B) 182.88º 0.68% 0.6% -
XYZ 17.61 24.13 33.87 -
YUV 118.97 147.2 78.09 -
System Red Green Blue C M Y K H S L
Decimal 49 148 153 0.68 0.03 0 0.4 182.88 0.51 0.4
Hex 31 94 99 44 3 0 28 B7 33 28
Octal 61 224 231 104 3 0 50 267 63 50
Binary 110001 10010100 10011001 1000100 11 0 101000 10110111 110011 101000

Color Harmonies of #319499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319499

Black with #319499

Text Example


Text Example

White with #319499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319499; }

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

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

background-color css

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

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

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

border-color css

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

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

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