Html Css Color HEX #319495 Java

📋 copy color: '#319495'

red 49 ◦ green 148 ◦ blue 149

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

Shades of Java #319495

Tints of Java #319495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 14.16%
G = 42.77%
B = 43.06%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#319495 (or 0x319495) is known color: Java. HEX triplet: 31, 94 and 95. RGB value is (49,148,149). Sum of RGB (Red+Green+Blue) = 49+148+149=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #319495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319495 is #CE6B6A. Grayscale: #767676. Windows color (decimal): -13527915 or 9802801. OLE color: 9802801.

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

Color convert

RGB 49 148 149 -
CMYK 0.67 0.01 0 0.42
HSL 180.6º 0.51% 0.39% -
HSV(B) 180.6º 0.67% 0.58% -
XYZ 17.28 24 32.16 -
YUV 118.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 49 148 149 0.67 0.01 0 0.42 180.6 0.51 0.39
Hex 31 94 95 43 1 0 2A B5 33 27
Octal 61 224 225 103 1 0 52 265 63 47
Binary 110001 10010100 10010101 1000011 1 0 101010 10110101 110011 100111

Color Harmonies of #319495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319495

Black with #319495

Text Example


Text Example

White with #319495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319495; }

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

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

background-color css

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

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

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

border-color css

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

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

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