Html Css Color HEX #314443 Firefly

📋 copy color: '#314443'

red 49 ◦ green 68 ◦ blue 67

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

Shades of Firefly #314443

Tints of Firefly #314443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.96%

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 26.63%
G = 36.96%
B = 36.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#314443 (or 0x314443) is known color: Firefly. HEX triplet: 31, 44 and 43. RGB value is (49,68,67). Sum of RGB (Red+Green+Blue) = 49+68+67=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #314443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314443 is #CEBBBC. Grayscale: #3E3E3E. Windows color (decimal): -13548477 or 4408369. OLE color: 4408369.

HSL color Cylindrical-coordinate representation of color #314443: hue angle of 176.84º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #314443 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 68 67 -
CMYK 0.28 0 0.01 0.73
HSL 176.84º 0.16% 0.23% -
HSV(B) 176.84º 0.28% 0.27% -
XYZ 4.35 5.19 6.08 -
YUV 62.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 49 68 67 0.28 0 0.01 0.73 176.84 0.16 0.23
Hex 31 44 43 1C 0 1 49 B1 10 17
Octal 61 104 103 34 0 1 111 261 20 27
Binary 110001 1000100 1000011 11100 0 1 1001001 10110001 10000 10111

Color Harmonies of #314443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314443

Black with #314443

Text Example


Text Example

White with #314443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314443; }

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

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

background-color css

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

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

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

border-color css

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

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

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