Html Css Color HEX #3C565A Casal

📋 copy color: '#3C565A'

red 60 ◦ green 86 ◦ blue 90

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

Shades of Casal #3C565A

Tints of Casal #3C565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

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

R = 25.42%
G = 36.44%
B = 38.14%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C565A (or 0x3C565A) is known color: Casal. HEX triplet: 3C, 56 and 5A. RGB value is (60,86,90). Sum of RGB (Red+Green+Blue) = 60+86+90=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C565A is #C3A9A5. Grayscale: #4E4E4E. Windows color (decimal): -12822950 or 5920316. OLE color: 5920316.

HSL color Cylindrical-coordinate representation of color #3C565A: hue angle of 188º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C565A is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 86 90 -
CMYK 0.33 0.04 0 0.65
HSL 188º 0.2% 0.29% -
HSV(B) 188º 0.33% 0.35% -
XYZ 7.04 8.35 10.91 -
YUV 78.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 60 86 90 0.33 0.04 0 0.65 188 0.2 0.29
Hex 3C 56 5A 21 4 0 41 BC 14 1D
Octal 74 126 132 41 4 0 101 274 24 35
Binary 111100 1010110 1011010 100001 100 0 1000001 10111100 10100 11101

Color Harmonies of #3C565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C565A

Black with #3C565A

Text Example


Text Example

White with #3C565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,86,90); }

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

background-color css

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

 a { background-color: rgb(60,86,90); }

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

border-color css

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

 span { border-color: rgb(60,86,90); }

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