Html Css Color HEX #319C97 Java

📋 copy color: '#319C97'

red 49 ◦ green 156 ◦ blue 151

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

Shades of Java #319C97

Tints of Java #319C97

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.82%

 BLUE value IS 151 (59.38% from 255) = 42.42%

R = 13.76%
G = 43.82%
B = 42.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#319C97 (or 0x319C97) is known color: Java. HEX triplet: 31, 9C and 97. RGB value is (49,156,151). Sum of RGB (Red+Green+Blue) = 49+156+151=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #319C97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C97 is #CE6368. Grayscale: #7B7B7B. Windows color (decimal): -13525865 or 9935921. OLE color: 9935921.

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

Color convert

RGB 49 156 151 -
CMYK 0.69 0 0.03 0.39
HSL 177.2º 0.52% 0.4% -
HSV(B) 177.2º 0.69% 0.61% -
XYZ 18.74 26.66 33.44 -
YUV 123.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 49 156 151 0.69 0 0.03 0.39 177.2 0.52 0.4
Hex 31 9C 97 45 0 3 27 B1 34 28
Octal 61 234 227 105 0 3 47 261 64 50
Binary 110001 10011100 10010111 1000101 0 11 100111 10110001 110100 101000

Color Harmonies of #319C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C97

Black with #319C97

Text Example


Text Example

White with #319C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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