Html Css Color HEX #2B514E Dark Slate Grey

📋 copy color: '#2B514E'

red 43 ◦ green 81 ◦ blue 78

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

Shades of Dark Slate Grey #2B514E

Tints of Dark Slate Grey #2B514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

 BLUE value IS 78 (30.86% from 255) = 38.61%

R = 21.29%
G = 40.1%
B = 38.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#2B514E (or 0x2B514E) is known color: Dark Slate Grey. HEX triplet: 2B, 51 and 4E. RGB value is (43,81,78). Sum of RGB (Red+Green+Blue) = 43+81+78=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #2B514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B514E is #D4AEB1. Grayscale: #454545. Windows color (decimal): -13938354 or 5132587. OLE color: 5132587.

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

Color convert

RGB 43 81 78 -
CMYK 0.47 0 0.04 0.68
HSL 175.26º 0.31% 0.24% -
HSV(B) 175.26º 0.47% 0.32% -
XYZ 5.31 6.95 8.27 -
YUV 69.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 43 81 78 0.47 0 0.04 0.68 175.26 0.31 0.24
Hex 2B 51 4E 2F 0 4 44 AF 1F 18
Octal 53 121 116 57 0 4 104 257 37 30
Binary 101011 1010001 1001110 101111 0 100 1000100 10101111 11111 11000

Color Harmonies of #2B514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B514E

Black with #2B514E

Text Example


Text Example

White with #2B514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,81,78); }

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

background-color css

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

 a { background-color: rgb(43,81,78); }

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

border-color css

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

 span { border-color: rgb(43,81,78); }

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