#234B4B

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

Shades of Dark Slate Grey #234B4B

Tints of Dark Slate Grey #234B4B

Color information

#234B4B (or 0x234B4B) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4B and 4B. RGB value is (35,75,75). Sum of RGB (Red+Green+Blue) = 35+75+75=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #234B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B4B is #DCB4B4. Grayscale: #3F3F3F. Windows color (decimal): -14464181 or 4934435. OLE color: 4934435.

HSL color Cylindrical-coordinate representation of color #234B4B: hue angle of 180º 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 #234B4B is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB357575-
CMYK0.53000.71
HSL180º36.36%21.57%-
HSV(B)180º53.33%29.41%-
XYZ4.485.97.56-
YUV63.04134.75108-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=18.92%
G=40.54%
B=40.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3575750.53000.7118036.3621.57
Hex234B4B350047b42416
Octal4311311365001072644426
Binary100011100101110010111101010010001111011010010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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