#234A39

Color #234A39 Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #234A39

Tints of Burnham #234A39

Color information

#234A39 (or 0x234A39) is unknown color: approx Burnham. HEX triplet: 23, 4A and 39. RGB value is (35,74,57). Sum of RGB (Red+Green+Blue) = 35+74+57=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #234A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A39 is #DCB5C6. Grayscale: #3C3C3C. Windows color (decimal): -14464455 or 3754531. OLE color: 3754531.

HSL color Cylindrical-coordinate representation of color #234A39: hue angle of 153.85º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A39 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB357457-
CMYK0.5300.230.71
HSL153.85º35.78%21.37%-
HSV(B)153.85º52.7%29.02%-
XYZ3.885.554.74-
YUV60.4126.08109.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 74 (29.30% from 255) = 44.58%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=21.08%
G=44.58%
B=34.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3574570.5300.230.71153.8535.7821.37
Hex234A3935017479a2415
Octal4311271650271072324425
Binary100011100101011100111010101011110001111001101010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234A39; }

 p { color: rgb(35,74,57); }

 H1.HeaderClassName
 {
   color: #234A39;
 }
 .AnyTagClassName
 {
   color: #234A39;
 }
</style>
background-color css

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

 a { background-color: rgb(35,74,57); }

 div.DivClassName
 {
   background-color: #234A39;
 }
 .BgClassName
 {
   background-color: #234A39;
 }
</style>
border-color css

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

 span { border-color: rgb(35,74,57); }

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