#234035

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

Shades of Burnham #234035

Tints of Burnham #234035

Color information

#234035 (or 0x234035) is unknown color: approx Burnham. HEX triplet: 23, 40 and 35. RGB value is (35,64,53). Sum of RGB (Red+Green+Blue) = 35+64+53=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #234035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234035 is #DCBFCA. Grayscale: #363636. Windows color (decimal): -14467019 or 3489827. OLE color: 3489827.

HSL color Cylindrical-coordinate representation of color #234035: hue angle of 157.24º 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 #234035 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB356453-
CMYK0.4500.170.75
HSL157.24º29.29%19.41%-
HSV(B)157.24º45.31%25.1%-
XYZ3.174.284.03-
YUV54.08127.39114.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=23.03%
G=42.11%
B=34.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3564530.4500.170.75157.2429.2919.41
Hex2340352D0114B9d1d13
Octal4310065550211132353523
Binary10001110000001101011011010100011001011100111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234035; }

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

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

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

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

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

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

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

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