#314B47

Color #314B47 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #314B47

Tints of Firefly #314B47

Color information

#314B47 (or 0x314B47) is unknown color: approx Firefly. HEX triplet: 31, 4B and 47. RGB value is (49,75,71). Sum of RGB (Red+Green+Blue) = 49+75+71=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #314B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B47 is #CEB4B8. Grayscale: #424242. Windows color (decimal): -13546681 or 4672305. OLE color: 4672305.

HSL color Cylindrical-coordinate representation of color #314B47: hue angle of 170.77º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #314B47 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB497571-
CMYK0.3500.050.71
HSL170.77º20.97%24.31%-
HSV(B)170.77º34.67%29.41%-
XYZ4.926.146.89-
YUV66.77130.39115.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=25.13%
G=38.46%
B=36.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975710.3500.050.71170.7720.9724.31
Hex314B47230547ab1518
Octal6111310743051072532530
Binary1100011001011100011110001101011000111101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B47; }

 p { color: rgb(49,75,71); }

 H1.HeaderClassName
 {
   color: #314B47;
 }
 .AnyTagClassName
 {
   color: #314B47;
 }
</style>
background-color css

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

 a { background-color: rgb(49,75,71); }

 div.DivClassName
 {
   background-color: #314B47;
 }
 .BgClassName
 {
   background-color: #314B47;
 }
</style>
border-color css

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

 span { border-color: rgb(49,75,71); }

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