Html Css Color HEX #319890 Java

📋 copy color: '#319890'

red 49 ◦ green 152 ◦ blue 144

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

Shades of Java #319890

Tints of Java #319890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 14.2%
G = 44.06%
B = 41.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#319890 (or 0x319890) is known color: Java. HEX triplet: 31, 98 and 90. RGB value is (49,152,144). Sum of RGB (Red+Green+Blue) = 49+152+144=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #319890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319890 is #CE676F. Grayscale: #787878. Windows color (decimal): -13526896 or 9476145. OLE color: 9476145.

HSL color Cylindrical-coordinate representation of color #319890: hue angle of 175.34º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319890 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 144 -
CMYK 0.68 0 0.05 0.40
HSL 175.34º 0.51% 0.39% -
HSV(B) 175.34º 0.68% 0.6% -
XYZ 17.53 25.12 30.31 -
YUV 120.29 141.38 77.15 -
System Red Green Blue C M Y K H S L
Decimal 49 152 144 0.68 0 0.05 0.40 175.34 0.51 0.39
Hex 31 98 90 44 0 5 28 AF 33 27
Octal 61 230 220 104 0 5 50 257 63 47
Binary 110001 10011000 10010000 1000100 0 101 101000 10101111 110011 100111

Color Harmonies of #319890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319890

Black with #319890

Text Example


Text Example

White with #319890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319890; }

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

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

background-color css

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

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

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

border-color css

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

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

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