Html Css Color HEX #3C575B Casal

📋 copy color: '#3C575B'

red 60 ◦ green 87 ◦ blue 91

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

Shades of Casal #3C575B

Tints of Casal #3C575B

RGB

 RED value IS 60 (23.83% from 255) = 25.21%

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

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 25.21%
G = 36.55%
B = 38.24%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C575B (or 0x3C575B) is known color: Casal. HEX triplet: 3C, 57 and 5B. RGB value is (60,87,91). Sum of RGB (Red+Green+Blue) = 60+87+91=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C575B is #C3A8A4. Grayscale: #4F4F4F. Windows color (decimal): -12822693 or 5986108. OLE color: 5986108.

HSL color Cylindrical-coordinate representation of color #3C575B: hue angle of 187.74º 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 #3C575B is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 87 91 -
CMYK 0.34 0.04 0 0.64
HSL 187.74º 0.21% 0.3% -
HSV(B) 187.74º 0.34% 0.36% -
XYZ 7.16 8.53 11.17 -
YUV 79.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 60 87 91 0.34 0.04 0 0.64 187.74 0.21 0.3
Hex 3C 57 5B 22 4 0 40 BC 15 1E
Octal 74 127 133 42 4 0 100 274 25 36
Binary 111100 1010111 1011011 100010 100 0 1000000 10111100 10101 11110

Color Harmonies of #3C575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C575B

Black with #3C575B

Text Example


Text Example

White with #3C575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,87,91); }

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

background-color css

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

 a { background-color: rgb(60,87,91); }

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

border-color css

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

 span { border-color: rgb(60,87,91); }

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