#234E4E

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

Shades of Dark Slate Grey #234E4E

Tints of Dark Slate Grey #234E4E

Color information

#234E4E (or 0x234E4E) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4E and 4E. RGB value is (35,78,78). Sum of RGB (Red+Green+Blue) = 35+78+78=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: green, blue. Hex color #234E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E4E is #DCB1B1. Grayscale: #414141. Windows color (decimal): -14463410 or 5131811. OLE color: 5131811.

HSL color Cylindrical-coordinate representation of color #234E4E: hue angle of 180º 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 #234E4E is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB357878-
CMYK0.55000.69
HSL180º38.05%22.16%-
HSV(B)180º55.13%30.59%-
XYZ4.796.368.18-
YUV65.14135.25106.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=18.32%
G=40.84%
B=40.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578780.55000.6918038.0522.16
Hex234E4E370045b42616
Octal4311611667001052644626
Binary100011100111010011101101110010001011011010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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