Html Css Color HEX #294439 Burnham

📋 copy color: '#294439'

red 41 ◦ green 68 ◦ blue 57

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

Shades of Burnham #294439

Tints of Burnham #294439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 34.34%

R = 24.7%
G = 40.96%
B = 34.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#294439 (or 0x294439) is known color: Burnham. HEX triplet: 29, 44 and 39. RGB value is (41,68,57). Sum of RGB (Red+Green+Blue) = 41+68+57=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #294439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294439 is #D6BBC6. Grayscale: #3A3A3A. Windows color (decimal): -14072775 or 3753001. OLE color: 3753001.

HSL color Cylindrical-coordinate representation of color #294439: hue angle of 155.56º 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 #294439 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 57 -
CMYK 0.40 0 0.16 0.73
HSL 155.56º 0.25% 0.21% -
HSV(B) 155.56º 0.4% 0.27% -
XYZ 3.72 4.9 4.62 -
YUV 58.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 41 68 57 0.40 0 0.16 0.73 155.56 0.25 0.21
Hex 29 44 39 28 0 10 49 9C 19 15
Octal 51 104 71 50 0 20 111 234 31 25
Binary 101001 1000100 111001 101000 0 10000 1001001 10011100 11001 10101

Color Harmonies of #294439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294439

Black with #294439

Text Example


Text Example

White with #294439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294439; }

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

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

background-color css

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

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

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

border-color css

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

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

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