#234138

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

Shades of Burnham #234138

Tints of Burnham #234138

Color information

#234138 (or 0x234138) is unknown color: approx Burnham. HEX triplet: 23, 41 and 38. RGB value is (35,65,56). Sum of RGB (Red+Green+Blue) = 35+65+56=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #234138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234138 is #DCBEC7. Grayscale: #373737. Windows color (decimal): -14466760 or 3686691. OLE color: 3686691.

HSL color Cylindrical-coordinate representation of color #234138: hue angle of 162º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #234138 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB356556-
CMYK0.4600.140.75
HSL162º30%19.61%-
HSV(B)162º46.15%25.49%-
XYZ3.34.424.42-
YUV55128.56113.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=22.44%
G=41.67%
B=35.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3565560.4600.140.751623019.61
Hex2341382E0E4Ba21e14
Octal4310170560161132423624
Binary1000111000001111000101110011101001011101000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234138; }

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

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

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

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

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

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

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

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