Html Css Color HEX #3D575A Casal

📋 copy color: '#3D575A'

red 61 ◦ green 87 ◦ blue 90

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

Shades of Casal #3D575A

Tints of Casal #3D575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.55%

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 25.63%
G = 36.55%
B = 37.82%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D575A (or 0x3D575A) is known color: Casal. HEX triplet: 3D, 57 and 5A. RGB value is (61,87,90). Sum of RGB (Red+Green+Blue) = 61+87+90=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D575A is #C2A8A5. Grayscale: #4F4F4F. Windows color (decimal): -12757158 or 5920573. OLE color: 5920573.

HSL color Cylindrical-coordinate representation of color #3D575A: hue angle of 186.21º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D575A is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 87 90 -
CMYK 0.32 0.03 0 0.65
HSL 186.21º 0.19% 0.3% -
HSV(B) 186.21º 0.32% 0.35% -
XYZ 7.18 8.55 10.94 -
YUV 79.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 61 87 90 0.32 0.03 0 0.65 186.21 0.19 0.3
Hex 3D 57 5A 20 3 0 41 BA 13 1E
Octal 75 127 132 40 3 0 101 272 23 36
Binary 111101 1010111 1011010 100000 11 0 1000001 10111010 10011 11110

Color Harmonies of #3D575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D575A

Black with #3D575A

Text Example


Text Example

White with #3D575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,87,90); }

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

background-color css

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

 a { background-color: rgb(61,87,90); }

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

border-color css

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

 span { border-color: rgb(61,87,90); }

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