Html Css Color HEX #319892 Java

📋 copy color: '#319892'

red 49 ◦ green 152 ◦ blue 146

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

Shades of Java #319892

Tints of Java #319892

RGB

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

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

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

R = 14.12%
G = 43.8%
B = 42.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#319892 (or 0x319892) is known color: Java. HEX triplet: 31, 98 and 92. RGB value is (49,152,146). Sum of RGB (Red+Green+Blue) = 49+152+146=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #319892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319892 is #CE676D. Grayscale: #787878. Windows color (decimal): -13526894 or 9607217. OLE color: 9607217.

HSL color Cylindrical-coordinate representation of color #319892: hue angle of 176.5º 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 #319892 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 152 146 -
CMYK 0.68 0 0.04 0.40
HSL 176.5º 0.51% 0.39% -
HSV(B) 176.5º 0.68% 0.6% -
XYZ 17.68 25.18 31.12 -
YUV 120.52 142.38 76.99 -
System Red Green Blue C M Y K H S L
Decimal 49 152 146 0.68 0 0.04 0.40 176.5 0.51 0.39
Hex 31 98 92 44 0 4 28 B1 33 27
Octal 61 230 222 104 0 4 50 261 63 47
Binary 110001 10011000 10010010 1000100 0 100 101000 10110001 110011 100111

Color Harmonies of #319892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319892

Black with #319892

Text Example


Text Example

White with #319892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319892; }

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

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

background-color css

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

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

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

border-color css

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

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

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