Html Css Color HEX #319B90 Java

📋 copy color: '#319B90'

red 49 ◦ green 155 ◦ blue 144

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

Shades of Java #319B90

Tints of Java #319B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.54%

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

R = 14.08%
G = 44.54%
B = 41.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#319B90 (or 0x319B90) is known color: Java. HEX triplet: 31, 9B and 90. RGB value is (49,155,144). Sum of RGB (Red+Green+Blue) = 49+155+144=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #319B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B90 is #CE646F. Grayscale: #797979. Windows color (decimal): -13526128 or 9476913. OLE color: 9476913.

HSL color Cylindrical-coordinate representation of color #319B90: hue angle of 173.77º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B90 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 144 -
CMYK 0.68 0 0.07 0.39
HSL 173.77º 0.52% 0.4% -
HSV(B) 173.77º 0.68% 0.61% -
XYZ 18.02 26.11 30.48 -
YUV 122.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 49 155 144 0.68 0 0.07 0.39 173.77 0.52 0.4
Hex 31 9B 90 44 0 7 27 AE 34 28
Octal 61 233 220 104 0 7 47 256 64 50
Binary 110001 10011011 10010000 1000100 0 111 100111 10101110 110100 101000

Color Harmonies of #319B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B90

Black with #319B90

Text Example


Text Example

White with #319B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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