Html Css Color HEX #319894 Java

📋 copy color: '#319894'

red 49 ◦ green 152 ◦ blue 148

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

Shades of Java #319894

Tints of Java #319894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.55%

 BLUE value IS 148 (58.2% from 255) = 42.41%

R = 14.04%
G = 43.55%
B = 42.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#319894 (or 0x319894) is known color: Java. HEX triplet: 31, 98 and 94. RGB value is (49,152,148). Sum of RGB (Red+Green+Blue) = 49+152+148=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #319894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319894 is #CE676B. Grayscale: #787878. Windows color (decimal): -13526892 or 9738289. OLE color: 9738289.

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

Color convert

RGB 49 152 148 -
CMYK 0.68 0 0.03 0.40
HSL 177.67º 0.51% 0.39% -
HSV(B) 177.67º 0.68% 0.6% -
XYZ 17.84 25.25 31.95 -
YUV 120.75 143.38 76.83 -
System Red Green Blue C M Y K H S L
Decimal 49 152 148 0.68 0 0.03 0.40 177.67 0.51 0.39
Hex 31 98 94 44 0 3 28 B2 33 27
Octal 61 230 224 104 0 3 50 262 63 47
Binary 110001 10011000 10010100 1000100 0 11 101000 10110010 110011 100111

Color Harmonies of #319894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319894

Black with #319894

Text Example


Text Example

White with #319894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319894; }

 p { color: rgb(49,152,148); }

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

background-color css

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

 a { background-color: rgb(49,152,148); }

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

border-color css

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

 span { border-color: rgb(49,152,148); }

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