Html Css Color HEX #319990 Java

📋 copy color: '#319990'

red 49 ◦ green 153 ◦ blue 144

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

Shades of Java #319990

Tints of Java #319990

RGB

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

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

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

R = 14.16%
G = 44.22%
B = 41.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#319990 (or 0x319990) is known color: Java. HEX triplet: 31, 99 and 90. RGB value is (49,153,144). Sum of RGB (Red+Green+Blue) = 49+153+144=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #319990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319990 is #CE666F. Grayscale: #787878. Windows color (decimal): -13526640 or 9476401. OLE color: 9476401.

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

Color convert

RGB 49 153 144 -
CMYK 0.68 0 0.06 0.4
HSL 174.81º 0.51% 0.4% -
HSV(B) 174.81º 0.68% 0.6% -
XYZ 17.69 25.45 30.37 -
YUV 120.88 141.04 76.73 -
System Red Green Blue C M Y K H S L
Decimal 49 153 144 0.68 0 0.06 0.4 174.81 0.51 0.4
Hex 31 99 90 44 0 6 28 AF 33 28
Octal 61 231 220 104 0 6 50 257 63 50
Binary 110001 10011001 10010000 1000100 0 110 101000 10101111 110011 101000

Color Harmonies of #319990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319990

Black with #319990

Text Example


Text Example

White with #319990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319990; }

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

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

background-color css

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

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

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

border-color css

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

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

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