Html Css Color HEX #319296 Java

📋 copy color: '#319296'

red 49 ◦ green 146 ◦ blue 150

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

Shades of Java #319296

Tints of Java #319296

RGB

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

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

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

R = 14.2%
G = 42.32%
B = 43.48%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#319296 (or 0x319296) is known color: Java. HEX triplet: 31, 92 and 96. RGB value is (49,146,150). Sum of RGB (Red+Green+Blue) = 49+146+150=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #319296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319296 is #CE6D69. Grayscale: #757575. Windows color (decimal): -13528426 or 9867825. OLE color: 9867825.

HSL color Cylindrical-coordinate representation of color #319296: hue angle of 182.38º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319296 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 146 150 -
CMYK 0.67 0.03 0 0.41
HSL 182.38º 0.51% 0.39% -
HSV(B) 182.38º 0.67% 0.59% -
XYZ 17.05 23.41 32.47 -
YUV 117.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 49 146 150 0.67 0.03 0 0.41 182.38 0.51 0.39
Hex 31 92 96 43 3 0 29 B6 33 27
Octal 61 222 226 103 3 0 51 266 63 47
Binary 110001 10010010 10010110 1000011 11 0 101001 10110110 110011 100111

Color Harmonies of #319296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319296

Black with #319296

Text Example


Text Example

White with #319296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319296; }

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

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

background-color css

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

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

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

border-color css

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

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

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