Html Css Color HEX #294443 Firefly

📋 copy color: '#294443'

red 41 ◦ green 68 ◦ blue 67

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

Shades of Firefly #294443

Tints of Firefly #294443

RGB

 RED value IS 41 (16.41% from 255) = 23.3%

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

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

R = 23.3%
G = 38.64%
B = 38.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#294443 (or 0x294443) is known color: Firefly. HEX triplet: 29, 44 and 43. RGB value is (41,68,67). Sum of RGB (Red+Green+Blue) = 41+68+67=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 68 - color contains mainly: green. Hex color #294443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294443 is #D6BBBC. Grayscale: #3B3B3B. Windows color (decimal): -14072765 or 4408361. OLE color: 4408361.

HSL color Cylindrical-coordinate representation of color #294443: hue angle of 177.78º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294443 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 67 -
CMYK 0.40 0 0.01 0.73
HSL 177.78º 0.25% 0.21% -
HSV(B) 177.78º 0.4% 0.27% -
XYZ 3.99 5.01 6.07 -
YUV 59.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 41 68 67 0.40 0 0.01 0.73 177.78 0.25 0.21
Hex 29 44 43 28 0 1 49 B2 19 15
Octal 51 104 103 50 0 1 111 262 31 25
Binary 101001 1000100 1000011 101000 0 1 1001001 10110010 11001 10101

Color Harmonies of #294443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294443

Black with #294443

Text Example


Text Example

White with #294443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294443; }

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

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

background-color css

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

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

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

border-color css

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

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

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