Html Css Color HEX #319297 Java

📋 copy color: '#319297'

red 49 ◦ green 146 ◦ blue 151

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

Shades of Java #319297

Tints of Java #319297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.2%

 BLUE value IS 151 (59.38% from 255) = 43.64%

R = 14.16%
G = 42.2%
B = 43.64%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#319297 (or 0x319297) is known color: Java. HEX triplet: 31, 92 and 97. RGB value is (49,146,151). Sum of RGB (Red+Green+Blue) = 49+146+151=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #319297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319297 is #CE6D68. Grayscale: #757575. Windows color (decimal): -13528425 or 9933361. OLE color: 9933361.

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

Color convert

RGB 49 146 151 -
CMYK 0.68 0.03 0 0.41
HSL 182.94º 0.51% 0.39% -
HSV(B) 182.94º 0.68% 0.59% -
XYZ 17.13 23.45 32.9 -
YUV 117.57 146.86 79.09 -
System Red Green Blue C M Y K H S L
Decimal 49 146 151 0.68 0.03 0 0.41 182.94 0.51 0.39
Hex 31 92 97 44 3 0 29 B7 33 27
Octal 61 222 227 104 3 0 51 267 63 47
Binary 110001 10010010 10010111 1000100 11 0 101001 10110111 110011 100111

Color Harmonies of #319297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319297

Black with #319297

Text Example


Text Example

White with #319297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319297; }

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

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

background-color css

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

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

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

border-color css

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

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

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