#234C4F

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

Shades of Dark Slate Grey #234C4F

Tints of Dark Slate Grey #234C4F

Color information

#234C4F (or 0x234C4F) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4C and 4F. RGB value is (35,76,79). Sum of RGB (Red+Green+Blue) = 35+76+79=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #234C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C4F is #DCB3B0. Grayscale: #404040. Windows color (decimal): -14463921 or 5196835. OLE color: 5196835.

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

Color convert

RGB357679-
CMYK0.560.0400.69
HSL184.09º38.6%22.35%-
HSV(B)184.09º55.7%30.98%-
XYZ4.696.098.33-
YUV64.08136.42107.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=18.42%
G=40%
B=41.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3576790.560.0400.69184.0938.622.35
Hex234C4F384045b82716
Octal4311411770401052704726
Binary10001110011001001111111000100010001011011100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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