Html Css Color HEX #31948F Java

📋 copy color: '#31948F'

red 49 ◦ green 148 ◦ blue 143

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

Shades of Java #31948F

Tints of Java #31948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.06%

R = 14.41%
G = 43.53%
B = 42.06%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#31948F (or 0x31948F) is known color: Java. HEX triplet: 31, 94 and 8F. RGB value is (49,148,143). Sum of RGB (Red+Green+Blue) = 49+148+143=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #31948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31948F is #CE6B70. Grayscale: #757575. Windows color (decimal): -13527921 or 9409585. OLE color: 9409585.

HSL color Cylindrical-coordinate representation of color #31948F: hue angle of 176.97º 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 #31948F is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 143 -
CMYK 0.67 0 0.03 0.42
HSL 176.97º 0.5% 0.39% -
HSV(B) 176.97º 0.67% 0.58% -
XYZ 16.81 23.82 29.7 -
YUV 117.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 49 148 143 0.67 0 0.03 0.42 176.97 0.5 0.39
Hex 31 94 8F 43 0 3 2A B1 32 27
Octal 61 224 217 103 0 3 52 261 62 47
Binary 110001 10010100 10001111 1000011 0 11 101010 10110001 110010 100111

Color Harmonies of #31948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31948F

Black with #31948F

Text Example


Text Example

White with #31948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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