Html Css Color HEX #2B555C Dark Slate Grey

📋 copy color: '#2B555C'

red 43 ◦ green 85 ◦ blue 92

#2B555C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #2B555C

Tints of Dark Slate Grey #2B555C

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 value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2B555C (or 0x2B555C) is known color: 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

RGB 43 85 92 -
CMYK 0.53 0.08 0 0.64
HSL 188.57º 0.36% 0.26% -
HSV(B) 188.57º 0.53% 0.36% -
XYZ 6.18 7.78 11.3 -
YUV 73.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 43 85 92 0.53 0.08 0 0.64 188.57 0.36 0.26
Hex 2B 55 5C 35 8 0 40 BD 24 1A
Octal 53 125 134 65 10 0 100 275 44 32
Binary 101011 1010101 1011100 110101 1000 0 1000000 10111101 100100 11010

Color Harmonies of #2B555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B555C

Black with #2B555C

Text Example


Text Example

White with #2B555C

Text Example


Text Example

HTML Codes & Css Web 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>