#234C4D

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

Shades of Dark Slate Grey #234C4D

Tints of Dark Slate Grey #234C4D

Color information

#234C4D (or 0x234C4D) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4C and 4D. RGB value is (35,76,77). Sum of RGB (Red+Green+Blue) = 35+76+77=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #234C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C4D is #DCB3B2. Grayscale: #3F3F3F. Windows color (decimal): -14463923 or 5065763. OLE color: 5065763.

HSL color Cylindrical-coordinate representation of color #234C4D: hue angle of 181.43º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234C4D is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB357677-
CMYK0.550.0100.70
HSL181.43º37.5%21.96%-
HSV(B)181.43º54.55%30.2%-
XYZ4.626.067.95-
YUV63.86135.42107.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 76 (30.08% from 255) = 40.43%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=18.62%
G=40.43%
B=40.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3576770.550.0100.70181.4337.521.96
Hex234C4D371046b52516
Octal4311411567101062654526
Binary100011100110010011011101111010001101011010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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