Html Css Color HEX #319498 Java

📋 copy color: '#319498'

red 49 ◦ green 148 ◦ blue 152

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

Shades of Java #319498

Tints of Java #319498

RGB

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

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

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

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

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

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

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

Color convert

RGB 49 148 152 -
CMYK 0.68 0.03 0 0.40
HSL 182.33º 0.51% 0.39% -
HSV(B) 182.33º 0.68% 0.6% -
XYZ 17.52 24.1 33.43 -
YUV 118.86 146.7 78.17 -
System Red Green Blue C M Y K H S L
Decimal 49 148 152 0.68 0.03 0 0.40 182.33 0.51 0.39
Hex 31 94 98 44 3 0 28 B6 33 27
Octal 61 224 230 104 3 0 50 266 63 47
Binary 110001 10010100 10011000 1000100 11 0 101000 10110110 110011 100111

Color Harmonies of #319498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319498

Black with #319498

Text Example


Text Example

White with #319498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319498; }

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

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

background-color css

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

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

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

border-color css

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

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

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