#234E4C

Color #234E4C Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #234E4C

Tints of Dark Slate Grey #234E4C

Color information

#234E4C (or 0x234E4C) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4E and 4C. RGB value is (35,78,76). Sum of RGB (Red+Green+Blue) = 35+78+76=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #234E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E4C is #DCB1B3. Grayscale: #404040. Windows color (decimal): -14463412 or 5000739. OLE color: 5000739.

HSL color Cylindrical-coordinate representation of color #234E4C: hue angle of 177.21º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234E4C is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB357876-
CMYK0.5500.030.69
HSL177.21º38.05%22.16%-
HSV(B)177.21º55.13%30.59%-
XYZ4.726.337.81-
YUV64.91134.25106.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=18.52%
G=41.27%
B=40.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578760.5500.030.69177.2138.0522.16
Hex234E4C370345b12616
Octal4311611467031052614626
Binary1000111001110100110011011101110001011011000110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234E4C; }

 p { color: rgb(35,78,76); }

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

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

 a { background-color: rgb(35,78,76); }

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

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

 span { border-color: rgb(35,78,76); }

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