Html Css Color HEX #319B9F Java

📋 copy color: '#319B9F'

red 49 ◦ green 155 ◦ blue 159

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

Shades of Java #319B9F

Tints of Java #319B9F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.7%

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 13.5%
G = 42.7%
B = 43.8%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#319B9F (or 0x319B9F) is known color: Java. HEX triplet: 31, 9B and 9F. RGB value is (49,155,159). Sum of RGB (Red+Green+Blue) = 49+155+159=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #319B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B9F is #CE6460. Grayscale: #7B7B7B. Windows color (decimal): -13526113 or 10459953. OLE color: 10459953.

HSL color Cylindrical-coordinate representation of color #319B9F: hue angle of 182.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319B9F is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 155 159 -
CMYK 0.69 0.03 0 0.38
HSL 182.18º 0.53% 0.41% -
HSV(B) 182.18º 0.69% 0.62% -
XYZ 19.25 26.6 36.92 -
YUV 123.76 147.88 74.67 -
System Red Green Blue C M Y K H S L
Decimal 49 155 159 0.69 0.03 0 0.38 182.18 0.53 0.41
Hex 31 9B 9F 45 3 0 26 B6 35 29
Octal 61 233 237 105 3 0 46 266 65 51
Binary 110001 10011011 10011111 1000101 11 0 100110 10110110 110101 101001

Color Harmonies of #319B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B9F

Black with #319B9F

Text Example


Text Example

White with #319B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319B9F; }

 p { color: rgb(49,155,159); }

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

background-color css

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

 a { background-color: rgb(49,155,159); }

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

border-color css

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

 span { border-color: rgb(49,155,159); }

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