Html Css Color HEX #319398 Java

📋 copy color: '#319398'

red 49 ◦ green 147 ◦ blue 152

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

Shades of Java #319398

Tints of Java #319398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 14.08%
G = 42.24%
B = 43.68%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#319398 (or 0x319398) is known color: Java. HEX triplet: 31, 93 and 98. RGB value is (49,147,152). Sum of RGB (Red+Green+Blue) = 49+147+152=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #319398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319398 is #CE6C67. Grayscale: #767676. Windows color (decimal): -13528168 or 9999153. OLE color: 9999153.

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

Color convert

RGB 49 147 152 -
CMYK 0.68 0.03 0 0.40
HSL 182.91º 0.51% 0.39% -
HSV(B) 182.91º 0.68% 0.6% -
XYZ 17.37 23.79 33.38 -
YUV 118.27 147.03 78.59 -
System Red Green Blue C M Y K H S L
Decimal 49 147 152 0.68 0.03 0 0.40 182.91 0.51 0.39
Hex 31 93 98 44 3 0 28 B7 33 27
Octal 61 223 230 104 3 0 50 267 63 47
Binary 110001 10010011 10011000 1000100 11 0 101000 10110111 110011 100111

Color Harmonies of #319398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319398

Black with #319398

Text Example


Text Example

White with #319398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319398; }

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

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

background-color css

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

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

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

border-color css

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

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

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