Html Css Color HEX #319896 Java

📋 copy color: '#319896'

red 49 ◦ green 152 ◦ blue 150

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

Shades of Java #319896

Tints of Java #319896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 13.96%
G = 43.3%
B = 42.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#319896 (or 0x319896) is known color: Java. HEX triplet: 31, 98 and 96. RGB value is (49,152,150). Sum of RGB (Red+Green+Blue) = 49+152+150=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #319896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319896 is #CE6769. Grayscale: #787878. Windows color (decimal): -13526890 or 9869361. OLE color: 9869361.

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

Color convert

RGB 49 152 150 -
CMYK 0.68 0 0.01 0.40
HSL 178.83º 0.51% 0.39% -
HSV(B) 178.83º 0.68% 0.6% -
XYZ 18 25.31 32.79 -
YUV 120.98 144.38 76.66 -
System Red Green Blue C M Y K H S L
Decimal 49 152 150 0.68 0 0.01 0.40 178.83 0.51 0.39
Hex 31 98 96 44 0 1 28 B3 33 27
Octal 61 230 226 104 0 1 50 263 63 47
Binary 110001 10011000 10010110 1000100 0 1 101000 10110011 110011 100111

Color Harmonies of #319896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319896

Black with #319896

Text Example


Text Example

White with #319896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319896; }

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

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

background-color css

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

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

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

border-color css

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

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

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