#234238

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

Shades of Burnham #234238

Tints of Burnham #234238

Color information

#234238 (or 0x234238) is unknown color: approx Burnham. HEX triplet: 23, 42 and 38. RGB value is (35,66,56). Sum of RGB (Red+Green+Blue) = 35+66+56=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #234238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234238 is #DCBDC7. Grayscale: #373737. Windows color (decimal): -14466504 or 3686947. OLE color: 3686947.

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

Color convert

RGB356656-
CMYK0.4700.150.74
HSL160.65º30.69%19.8%-
HSV(B)160.65º46.97%25.88%-
XYZ3.364.544.44-
YUV55.59128.23113.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=22.29%
G=42.04%
B=35.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3566560.4700.150.74160.6530.6919.8
Hex2342382F0F4Aa11f14
Octal4310270570171122413724
Binary1000111000010111000101111011111001010101000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234238; }

 p { color: rgb(35,66,56); }

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

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

 a { background-color: rgb(35,66,56); }

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

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

 span { border-color: rgb(35,66,56); }

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