Html Css Color HEX #319899 Java

📋 copy color: '#319899'

red 49 ◦ green 152 ◦ blue 153

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

Shades of Java #319899

Tints of Java #319899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 13.84%
G = 42.94%
B = 43.22%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#319899 (or 0x319899) is known color: Java. HEX triplet: 31, 98 and 99. RGB value is (49,152,153). Sum of RGB (Red+Green+Blue) = 49+152+153=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #319899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319899 is #CE6766. Grayscale: #797979. Windows color (decimal): -13526887 or 10065969. OLE color: 10065969.

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

Color convert

RGB 49 152 153 -
CMYK 0.68 0.01 0 0.4
HSL 180.58º 0.51% 0.4% -
HSV(B) 180.58º 0.68% 0.6% -
XYZ 18.24 25.41 34.08 -
YUV 121.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 49 152 153 0.68 0.01 0 0.4 180.58 0.51 0.4
Hex 31 98 99 44 1 0 28 B5 33 28
Octal 61 230 231 104 1 0 50 265 63 50
Binary 110001 10011000 10011001 1000100 1 0 101000 10110101 110011 101000

Color Harmonies of #319899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319899

Black with #319899

Text Example


Text Example

White with #319899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319899; }

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

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

background-color css

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

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

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

border-color css

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

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

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