Html Css Color HEX #31948C Java

📋 copy color: '#31948C'

red 49 ◦ green 148 ◦ blue 140

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

Shades of Java #31948C

Tints of Java #31948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 14.54%
G = 43.92%
B = 41.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#31948C (or 0x31948C) is known color: Java. HEX triplet: 31, 94 and 8C. RGB value is (49,148,140). Sum of RGB (Red+Green+Blue) = 49+148+140=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #31948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31948C is #CE6B73. Grayscale: #757575. Windows color (decimal): -13527924 or 9212977. OLE color: 9212977.

HSL color Cylindrical-coordinate representation of color #31948C: hue angle of 175.15º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31948C is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 140 -
CMYK 0.67 0 0.05 0.42
HSL 175.15º 0.5% 0.39% -
HSV(B) 175.15º 0.67% 0.58% -
XYZ 16.59 23.73 28.52 -
YUV 117.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 49 148 140 0.67 0 0.05 0.42 175.15 0.5 0.39
Hex 31 94 8C 43 0 5 2A AF 32 27
Octal 61 224 214 103 0 5 52 257 62 47
Binary 110001 10010100 10001100 1000011 0 101 101010 10101111 110010 100111

Color Harmonies of #31948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31948C

Black with #31948C

Text Example


Text Example

White with #31948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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