Html Css Color HEX #3C575E Casal

📋 copy color: '#3C575E'

red 60 ◦ green 87 ◦ blue 94

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

Shades of Casal #3C575E

Tints of Casal #3C575E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39%

R = 24.9%
G = 36.1%
B = 39%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C575E (or 0x3C575E) is known color: Casal. HEX triplet: 3C, 57 and 5E. RGB value is (60,87,94). Sum of RGB (Red+Green+Blue) = 60+87+94=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C575E is #C3A8A1. Grayscale: #4F4F4F. Windows color (decimal): -12822690 or 6182716. OLE color: 6182716.

HSL color Cylindrical-coordinate representation of color #3C575E: hue angle of 192.35º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3C575E is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 87 94 -
CMYK 0.36 0.07 0 0.63
HSL 192.35º 0.22% 0.3% -
HSV(B) 192.35º 0.36% 0.37% -
XYZ 7.29 8.59 11.86 -
YUV 79.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 60 87 94 0.36 0.07 0 0.63 192.35 0.22 0.3
Hex 3C 57 5E 24 7 0 3F C0 16 1E
Octal 74 127 136 44 7 0 77 300 26 36
Binary 111100 1010111 1011110 100100 111 0 111111 11000000 10110 11110

Color Harmonies of #3C575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C575E

Black with #3C575E

Text Example


Text Example

White with #3C575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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