Html Css Color HEX #314040 Firefly

📋 copy color: '#314040'

red 49 ◦ green 64 ◦ blue 64

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

Shades of Firefly #314040

Tints of Firefly #314040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 64 (25.39% from 255) = 36.16%

R = 27.68%
G = 36.16%
B = 36.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#314040 (or 0x314040) is known color: Firefly. HEX triplet: 31, 40 and 40. RGB value is (49,64,64). Sum of RGB (Red+Green+Blue) = 49+64+64=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #314040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314040 is #CEBFBF. Grayscale: #3B3B3B. Windows color (decimal): -13549504 or 4210737. OLE color: 4210737.

HSL color Cylindrical-coordinate representation of color #314040: hue angle of 180º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #314040 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 64 -
CMYK 0.23 0 0 0.75
HSL 180º 0.13% 0.22% -
HSV(B) 180º 0.23% 0.25% -
XYZ 4.03 4.69 5.54 -
YUV 59.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 49 64 64 0.23 0 0 0.75 180 0.13 0.22
Hex 31 40 40 17 0 0 4B B4 D 16
Octal 61 100 100 27 0 0 113 264 15 26
Binary 110001 1000000 1000000 10111 0 0 1001011 10110100 1101 10110

Color Harmonies of #314040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314040

Black with #314040

Text Example


Text Example

White with #314040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314040; }

 p { color: rgb(49,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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