Html Css Color HEX #319A9B Java

📋 copy color: '#319A9B'

red 49 ◦ green 154 ◦ blue 155

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

Shades of Java #319A9B

Tints of Java #319A9B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.02%

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 13.69%
G = 43.02%
B = 43.3%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#319A9B (or 0x319A9B) is known color: Java. HEX triplet: 31, 9A and 9B. RGB value is (49,154,155). Sum of RGB (Red+Green+Blue) = 49+154+155=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #319A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319A9B is #CE6564. Grayscale: #7A7A7A. Windows color (decimal): -13526373 or 10197553. OLE color: 10197553.

HSL color Cylindrical-coordinate representation of color #319A9B: hue angle of 180.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A9B is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 154 155 -
CMYK 0.68 0.01 0 0.39
HSL 180.57º 0.52% 0.4% -
HSV(B) 180.57º 0.68% 0.61% -
XYZ 18.74 26.13 35.07 -
YUV 122.72 146.21 75.42 -
System Red Green Blue C M Y K H S L
Decimal 49 154 155 0.68 0.01 0 0.39 180.57 0.52 0.4
Hex 31 9A 9B 44 1 0 27 B5 34 28
Octal 61 232 233 104 1 0 47 265 64 50
Binary 110001 10011010 10011011 1000100 1 0 100111 10110101 110100 101000

Color Harmonies of #319A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319A9B

Black with #319A9B

Text Example


Text Example

White with #319A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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