Html Css Color HEX #319290 Java

📋 copy color: '#319290'

red 49 ◦ green 146 ◦ blue 144

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

Shades of Java #319290

Tints of Java #319290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.07%

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

R = 14.45%
G = 43.07%
B = 42.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#319290 (or 0x319290) is known color: Java. HEX triplet: 31, 92 and 90. RGB value is (49,146,144). Sum of RGB (Red+Green+Blue) = 49+146+144=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #319290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319290 is #CE6D6F. Grayscale: #747474. Windows color (decimal): -13528432 or 9474609. OLE color: 9474609.

HSL color Cylindrical-coordinate representation of color #319290: hue angle of 178.76º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319290 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 144 -
CMYK 0.66 0 0.01 0.43
HSL 178.76º 0.5% 0.38% -
HSV(B) 178.76º 0.66% 0.57% -
XYZ 16.58 23.22 29.99 -
YUV 116.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 49 146 144 0.66 0 0.01 0.43 178.76 0.5 0.38
Hex 31 92 90 42 0 1 2B B3 32 26
Octal 61 222 220 102 0 1 53 263 62 46
Binary 110001 10010010 10010000 1000010 0 1 101011 10110011 110010 100110

Color Harmonies of #319290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319290

Black with #319290

Text Example


Text Example

White with #319290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319290; }

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

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

background-color css

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

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

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

border-color css

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

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

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