#234036

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

Shades of Burnham #234036

Tints of Burnham #234036

Color information

#234036 (or 0x234036) is unknown color: approx Burnham. HEX triplet: 23, 40 and 36. RGB value is (35,64,54). Sum of RGB (Red+Green+Blue) = 35+64+54=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #234036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234036 is #DCBFC9. Grayscale: #363636. Windows color (decimal): -14467018 or 3555363. OLE color: 3555363.

HSL color Cylindrical-coordinate representation of color #234036: hue angle of 159.31º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #234036 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB356454-
CMYK0.4500.160.75
HSL159.31º29.29%19.41%-
HSV(B)159.31º45.31%25.1%-
XYZ3.194.294.15-
YUV54.19127.89114.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.88%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 54 (21.48% from 255) = 35.29%
R=22.88%
G=41.83%
B=35.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3564540.4500.160.75159.3129.2919.41
Hex2340362D0104B9f1d13
Octal4310066550201132373523
Binary10001110000001101101011010100001001011100111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234036; }

 p { color: rgb(35,64,54); }

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

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

 a { background-color: rgb(35,64,54); }

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

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

 span { border-color: rgb(35,64,54); }

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