Html Css Color HEX #319993 Java

📋 copy color: '#319993'

red 49 ◦ green 153 ◦ blue 147

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

Shades of Java #319993

Tints of Java #319993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.84%

 BLUE value IS 147 (57.81% from 255) = 42.12%

R = 14.04%
G = 43.84%
B = 42.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#319993 (or 0x319993) is known color: Java. HEX triplet: 31, 99 and 93. RGB value is (49,153,147). Sum of RGB (Red+Green+Blue) = 49+153+147=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #319993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319993 is #CE666C. Grayscale: #797979. Windows color (decimal): -13526637 or 9673009. OLE color: 9673009.

HSL color Cylindrical-coordinate representation of color #319993: hue angle of 176.54º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319993 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 147 -
CMYK 0.68 0 0.04 0.4
HSL 176.54º 0.51% 0.4% -
HSV(B) 176.54º 0.68% 0.6% -
XYZ 17.92 25.54 31.59 -
YUV 121.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 49 153 147 0.68 0 0.04 0.4 176.54 0.51 0.4
Hex 31 99 93 44 0 4 28 B1 33 28
Octal 61 231 223 104 0 4 50 261 63 50
Binary 110001 10011001 10010011 1000100 0 100 101000 10110001 110011 101000

Color Harmonies of #319993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319993

Black with #319993

Text Example


Text Example

White with #319993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319993; }

 p { color: rgb(49,153,147); }

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

background-color css

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

 a { background-color: rgb(49,153,147); }

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

border-color css

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

 span { border-color: rgb(49,153,147); }

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