Html Css Color HEX #319699 Java

📋 copy color: '#319699'

red 49 ◦ green 150 ◦ blue 153

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

Shades of Java #319699

Tints of Java #319699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 13.92%
G = 42.61%
B = 43.47%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#319699 (or 0x319699) is known color: Java. HEX triplet: 31, 96 and 99. RGB value is (49,150,153). Sum of RGB (Red+Green+Blue) = 49+150+153=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #319699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319699 is #CE6966. Grayscale: #787878. Windows color (decimal): -13527399 or 10065457. OLE color: 10065457.

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

Color convert

RGB 49 150 153 -
CMYK 0.68 0.02 0 0.4
HSL 181.73º 0.51% 0.4% -
HSV(B) 181.73º 0.68% 0.6% -
XYZ 17.92 24.77 33.97 -
YUV 120.14 146.54 77.26 -
System Red Green Blue C M Y K H S L
Decimal 49 150 153 0.68 0.02 0 0.4 181.73 0.51 0.4
Hex 31 96 99 44 2 0 28 B6 33 28
Octal 61 226 231 104 2 0 50 266 63 50
Binary 110001 10010110 10011001 1000100 10 0 101000 10110110 110011 101000

Color Harmonies of #319699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319699

Black with #319699

Text Example


Text Example

White with #319699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319699; }

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

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

background-color css

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

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

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

border-color css

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

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

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