#234E50

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

Shades of Dark Slate Grey #234E50

Tints of Dark Slate Grey #234E50

Color information

#234E50 (or 0x234E50) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4E and 50. RGB value is (35,78,80). Sum of RGB (Red+Green+Blue) = 35+78+80=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #234E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E50 is #DCB1AF. Grayscale: #414141. Windows color (decimal): -14463408 or 5262883. OLE color: 5262883.

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

Color convert

RGB357880-
CMYK0.560.0200.69
HSL182.67º39.13%22.55%-
HSV(B)182.67º56.25%31.37%-
XYZ4.876.398.57-
YUV65.37136.25106.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=18.13%
G=40.41%
B=41.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3578800.560.0200.69182.6739.1322.55
Hex234E50382045b72717
Octal4311612070201052674727
Binary1000111001110101000011100010010001011011011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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