#234B4A

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

Shades of Dark Slate Grey #234B4A

Tints of Dark Slate Grey #234B4A

Color information

#234B4A (or 0x234B4A) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4B and 4A. RGB value is (35,75,74). Sum of RGB (Red+Green+Blue) = 35+75+74=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #234B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B4A is #DCB4B5. Grayscale: #3E3E3E. Windows color (decimal): -14464182 or 4868899. OLE color: 4868899.

HSL color Cylindrical-coordinate representation of color #234B4A: hue angle of 178.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B4A is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB357574-
CMYK0.5300.010.71
HSL178.5º36.36%21.57%-
HSV(B)178.5º53.33%29.41%-
XYZ4.455.887.38-
YUV62.93134.25108.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.02%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=19.02%
G=40.76%
B=40.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3575740.5300.010.71178.536.3621.57
Hex234B4A350147b22416
Octal4311311265011072624426
Binary100011100101110010101101010110001111011001010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,75,74); }

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

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

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

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

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

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

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