Html Css Color HEX #319798 Java

📋 copy color: '#319798'

red 49 ◦ green 151 ◦ blue 152

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

Shades of Java #319798

Tints of Java #319798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.9%

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 13.92%
G = 42.9%
B = 43.18%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#319798 (or 0x319798) is known color: Java. HEX triplet: 31, 97 and 98. RGB value is (49,151,152). Sum of RGB (Red+Green+Blue) = 49+151+152=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #319798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319798 is #CE6867. Grayscale: #787878. Windows color (decimal): -13527144 or 10000177. OLE color: 10000177.

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

Color convert

RGB 49 151 152 -
CMYK 0.68 0.01 0 0.40
HSL 180.58º 0.51% 0.39% -
HSV(B) 180.58º 0.68% 0.6% -
XYZ 18 25.05 33.59 -
YUV 120.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 49 151 152 0.68 0.01 0 0.40 180.58 0.51 0.39
Hex 31 97 98 44 1 0 28 B5 33 27
Octal 61 227 230 104 1 0 50 265 63 47
Binary 110001 10010111 10011000 1000100 1 0 101000 10110101 110011 100111

Color Harmonies of #319798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319798

Black with #319798

Text Example


Text Example

White with #319798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319798; }

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

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

background-color css

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

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

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

border-color css

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

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

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