Html Css Color HEX #3D585D Casal

📋 copy color: '#3D585D'

red 61 ◦ green 88 ◦ blue 93

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

Shades of Casal #3D585D

Tints of Casal #3D585D

RGB

 RED value IS 61 (24.22% from 255) = 25.21%

 GREEN value IS 88 (34.77% from 255) = 36.36%

 BLUE value IS 93 (36.72% from 255) = 38.43%

R = 25.21%
G = 36.36%
B = 38.43%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3D585D (or 0x3D585D) is known color: Casal. HEX triplet: 3D, 58 and 5D. RGB value is (61,88,93). Sum of RGB (Red+Green+Blue) = 61+88+93=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D585D is #C2A7A2. Grayscale: #505050. Windows color (decimal): -12756899 or 6117437. OLE color: 6117437.

HSL color Cylindrical-coordinate representation of color #3D585D: hue angle of 189.38º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D585D is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 88 93 -
CMYK 0.34 0.05 0 0.64
HSL 189.38º 0.21% 0.3% -
HSV(B) 189.38º 0.34% 0.36% -
XYZ 7.39 8.76 11.66 -
YUV 80.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 61 88 93 0.34 0.05 0 0.64 189.38 0.21 0.3
Hex 3D 58 5D 22 5 0 40 BD 15 1E
Octal 75 130 135 42 5 0 100 275 25 36
Binary 111101 1011000 1011101 100010 101 0 1000000 10111101 10101 11110

Color Harmonies of #3D585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D585D

Black with #3D585D

Text Example


Text Example

White with #3D585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D585D; }

 p { color: rgb(61,88,93); }

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

background-color css

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

 a { background-color: rgb(61,88,93); }

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

border-color css

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

 span { border-color: rgb(61,88,93); }

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