Html Css Color HEX #319B92 Java

📋 copy color: '#319B92'

red 49 ◦ green 155 ◦ blue 146

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

Shades of Java #319B92

Tints of Java #319B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 14%
G = 44.29%
B = 41.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#319B92 (or 0x319B92) is known color: Java. HEX triplet: 31, 9B and 92. RGB value is (49,155,146). Sum of RGB (Red+Green+Blue) = 49+155+146=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #319B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B92 is #CE646D. Grayscale: #7A7A7A. Windows color (decimal): -13526126 or 9607985. OLE color: 9607985.

HSL color Cylindrical-coordinate representation of color #319B92: hue angle of 174.91º 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 #319B92 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 146 -
CMYK 0.68 0 0.06 0.39
HSL 174.91º 0.52% 0.4% -
HSV(B) 174.91º 0.68% 0.61% -
XYZ 18.18 26.17 31.29 -
YUV 122.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 49 155 146 0.68 0 0.06 0.39 174.91 0.52 0.4
Hex 31 9B 92 44 0 6 27 AF 34 28
Octal 61 233 222 104 0 6 47 257 64 50
Binary 110001 10011011 10010010 1000100 0 110 100111 10101111 110100 101000

Color Harmonies of #319B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B92

Black with #319B92

Text Example


Text Example

White with #319B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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