#234339

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

Shades of Burnham #234339

Tints of Burnham #234339

Color information

#234339 (or 0x234339) is unknown color: approx Burnham. HEX triplet: 23, 43 and 39. RGB value is (35,67,57). Sum of RGB (Red+Green+Blue) = 35+67+57=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #234339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234339 is #DCBCC6. Grayscale: #383838. Windows color (decimal): -14466247 or 3752739. OLE color: 3752739.

HSL color Cylindrical-coordinate representation of color #234339: hue angle of 161.25º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #234339 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB356757-
CMYK0.4800.150.74
HSL161.25º31.37%20%-
HSV(B)161.25º47.76%26.27%-
XYZ3.444.674.59-
YUV56.29128.4112.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=22.01%
G=42.14%
B=35.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3567570.4800.150.74161.2531.3720
Hex234339300F4Aa11f14
Octal4310371600171122413724
Binary1000111000011111001110000011111001010101000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234339; }

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

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

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

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

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

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

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

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