Html Css Color HEX #2B5052 Dark Slate Grey

📋 copy color: '#2B5052'

red 43 ◦ green 80 ◦ blue 82

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

Shades of Dark Slate Grey #2B5052

Tints of Dark Slate Grey #2B5052

RGB

 RED value IS 43 (17.19% from 255) = 20.98%

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 20.98%
G = 39.02%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2B5052 (or 0x2B5052) is known color: Dark Slate Grey. HEX triplet: 2B, 50 and 52. RGB value is (43,80,82). Sum of RGB (Red+Green+Blue) = 43+80+82=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B5052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5052 is #D4AFAD. Grayscale: #454545. Windows color (decimal): -13938606 or 5394475. OLE color: 5394475.

HSL color Cylindrical-coordinate representation of color #2B5052: hue angle of 183.08º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5052 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 80 82 -
CMYK 0.48 0.02 0 0.68
HSL 183.08º 0.31% 0.25% -
HSV(B) 183.08º 0.48% 0.32% -
XYZ 5.39 6.86 9.02 -
YUV 69.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 43 80 82 0.48 0.02 0 0.68 183.08 0.31 0.25
Hex 2B 50 52 30 2 0 44 B7 1F 19
Octal 53 120 122 60 2 0 104 267 37 31
Binary 101011 1010000 1010010 110000 10 0 1000100 10110111 11111 11001

Color Harmonies of #2B5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5052

Black with #2B5052

Text Example


Text Example

White with #2B5052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,80,82); }

 H1.HeaderClassName
 {
   color: #2B5052;
 }
 .AnyTagClassName
 {
   color: #2B5052;
 }
</style>

background-color css

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

 a { background-color: rgb(43,80,82); }

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

border-color css

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

 span { border-color: rgb(43,80,82); }

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