#234F4B

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

Shades of Dark Slate Grey #234F4B

Tints of Dark Slate Grey #234F4B

Color information

#234F4B (or 0x234F4B) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4F and 4B. RGB value is (35,79,75). Sum of RGB (Red+Green+Blue) = 35+79+75=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #234F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F4B is #DCB0B4. Grayscale: #414141. Windows color (decimal): -14463157 or 4935459. OLE color: 4935459.

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

Color convert

RGB357975-
CMYK0.5600.050.69
HSL174.55º38.6%22.35%-
HSV(B)174.55º55.7%30.98%-
XYZ4.766.467.65-
YUV65.39133.42106.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=18.52%
G=41.80%
B=39.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3579750.5600.050.69174.5538.622.35
Hex234F4B380545af2716
Octal4311711370051052574726
Binary10001110011111001011111000010110001011010111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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