Html Css Color HEX #319991 Java

📋 copy color: '#319991'

red 49 ◦ green 153 ◦ blue 145

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

Shades of Java #319991

Tints of Java #319991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

 BLUE value IS 145 (57.03% from 255) = 41.79%

R = 14.12%
G = 44.09%
B = 41.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#319991 (or 0x319991) is known color: Java. HEX triplet: 31, 99 and 91. RGB value is (49,153,145). Sum of RGB (Red+Green+Blue) = 49+153+145=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #319991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319991 is #CE666E. Grayscale: #787878. Windows color (decimal): -13526639 or 9541937. OLE color: 9541937.

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

Color convert

RGB 49 153 145 -
CMYK 0.68 0 0.05 0.4
HSL 175.38º 0.51% 0.4% -
HSV(B) 175.38º 0.68% 0.6% -
XYZ 17.77 25.48 30.77 -
YUV 120.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 49 153 145 0.68 0 0.05 0.4 175.38 0.51 0.4
Hex 31 99 91 44 0 5 28 AF 33 28
Octal 61 231 221 104 0 5 50 257 63 50
Binary 110001 10011001 10010001 1000100 0 101 101000 10101111 110011 101000

Color Harmonies of #319991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319991

Black with #319991

Text Example


Text Example

White with #319991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319991; }

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

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

background-color css

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

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

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

border-color css

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

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

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