Html Css Color HEX #314844 Firefly

📋 copy color: '#314844'

red 49 ◦ green 72 ◦ blue 68

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

Shades of Firefly #314844

Tints of Firefly #314844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

 BLUE value IS 68 (26.95% from 255) = 35.98%

R = 25.93%
G = 38.1%
B = 35.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#314844 (or 0x314844) is known color: Firefly. HEX triplet: 31, 48 and 44. RGB value is (49,72,68). Sum of RGB (Red+Green+Blue) = 49+72+68=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #314844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314844 is #CEB7BB. Grayscale: #404040. Windows color (decimal): -13547452 or 4474929. OLE color: 4474929.

HSL color Cylindrical-coordinate representation of color #314844: hue angle of 169.57º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314844 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 68 -
CMYK 0.32 0 0.06 0.72
HSL 169.57º 0.19% 0.24% -
HSV(B) 169.57º 0.32% 0.28% -
XYZ 4.63 5.71 6.33 -
YUV 64.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 49 72 68 0.32 0 0.06 0.72 169.57 0.19 0.24
Hex 31 48 44 20 0 6 48 AA 13 18
Octal 61 110 104 40 0 6 110 252 23 30
Binary 110001 1001000 1000100 100000 0 110 1001000 10101010 10011 11000

Color Harmonies of #314844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314844

Black with #314844

Text Example


Text Example

White with #314844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314844; }

 p { color: rgb(49,72,68); }

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

background-color css

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

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

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

border-color css

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

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

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