Html Css Color HEX #295357 Dark Slate Grey

📋 copy color: '#295357'

red 41 ◦ green 83 ◦ blue 87

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

Shades of Dark Slate Grey #295357

Tints of Dark Slate Grey #295357

RGB

 RED value IS 41 (16.41% from 255) = 19.43%

 GREEN value IS 83 (32.81% from 255) = 39.34%

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 19.43%
G = 39.34%
B = 41.23%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#295357 (or 0x295357) is known color: Dark Slate Grey. HEX triplet: 29, 53 and 57. RGB value is (41,83,87). Sum of RGB (Red+Green+Blue) = 41+83+87=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #295357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295357 is #D6ACA8. Grayscale: #464646. Windows color (decimal): -14068905 or 5722921. OLE color: 5722921.

HSL color Cylindrical-coordinate representation of color #295357: hue angle of 185.22º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295357 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 83 87 -
CMYK 0.53 0.05 0 0.66
HSL 185.22º 0.36% 0.25% -
HSV(B) 185.22º 0.53% 0.34% -
XYZ 5.73 7.35 10.13 -
YUV 70.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 41 83 87 0.53 0.05 0 0.66 185.22 0.36 0.25
Hex 29 53 57 35 5 0 42 B9 24 19
Octal 51 123 127 65 5 0 102 271 44 31
Binary 101001 1010011 1010111 110101 101 0 1000010 10111001 100100 11001

Color Harmonies of #295357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295357

Black with #295357

Text Example


Text Example

White with #295357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295357; }

 p { color: rgb(41,83,87); }

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

background-color css

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

 a { background-color: rgb(41,83,87); }

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

border-color css

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

 span { border-color: rgb(41,83,87); }

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