#234c50

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

Shades of Dark Slate Grey #234C50

Tints of Dark Slate Grey #234C50

Color information

#234C50 (or 0x234C50) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4C and 50. RGB value is (35,76,80). Sum of RGB (Red+Green+Blue) = 35+76+80=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #234C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C50 is #DCB3AF. Grayscale: #404040. Windows color (decimal): -14463920 or 5262371. OLE color: 5262371.

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

Color convert

RGB357680-
CMYK0.560.0500.69
HSL185.33º39.13%22.55%-
HSV(B)185.33º56.25%31.37%-
XYZ4.736.118.52-
YUV64.2136.92107.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 76 (30.08% from 255) = 39.79%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=18.32%
G=39.79%
B=41.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3576800.560.0500.69185.3339.1322.55
Hex234C50385045b92717
Octal4311412070501052714727
Binary10001110011001010000111000101010001011011100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234c50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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