#2B555C

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

Shades of Dark Slate Grey #2B555C

Tints of Dark Slate Grey #2B555C

Color information

#2B555C (or 0x2B555C) is unknown color: approx Dark Slate Grey. HEX triplet: 2B, 55 and 5C. RGB value is (43,85,92). Sum of RGB (Red+Green+Blue) = 43+85+92=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B555C is #D4AAA3. Grayscale: #494949. Windows color (decimal): -13937316 or 6051115. OLE color: 6051115.

HSL color Cylindrical-coordinate representation of color #2B555C: hue angle of 188.57º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B555C is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB438592-
CMYK0.530.0800.64
HSL188.57º36.3%26.47%-
HSV(B)188.57º53.26%36.08%-
XYZ6.187.7811.3-
YUV73.24138.59106.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=19.55%
G=38.64%
B=41.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4385920.530.0800.64188.5736.326.47
Hex2B555C358040bd241a
Octal53125134651001002754432
Binary101011101010110111001101011000010000001011110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B555C; }

 p { color: rgb(43,85,92); }

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

<style>
 a { background-color: #2B555C; }

 a { background-color: rgb(43,85,92); }

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

<style>
 span { border-color: #2B555C; }

 span { border-color: rgb(43,85,92); }

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