Html Css Color HEX #3C5660 Casal

📋 copy color: '#3C5660'

red 60 ◦ green 86 ◦ blue 96

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

Shades of Casal #3C5660

Tints of Casal #3C5660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 24.79%
G = 35.54%
B = 39.67%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C5660 (or 0x3C5660) is known color: Casal. HEX triplet: 3C, 56 and 60. RGB value is (60,86,96). Sum of RGB (Red+Green+Blue) = 60+86+96=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C5660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5660 is #C3A99F. Grayscale: #4F4F4F. Windows color (decimal): -12822944 or 6313532. OLE color: 6313532.

HSL color Cylindrical-coordinate representation of color #3C5660: hue angle of 196.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C5660 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 86 96 -
CMYK 0.38 0.10 0 0.62
HSL 196.67º 0.23% 0.31% -
HSV(B) 196.67º 0.38% 0.38% -
XYZ 7.3 8.46 12.31 -
YUV 79.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 60 86 96 0.38 0.10 0 0.62 196.67 0.23 0.31
Hex 3C 56 60 26 A 0 3E C5 17 1F
Octal 74 126 140 46 12 0 76 305 27 37
Binary 111100 1010110 1100000 100110 1010 0 111110 11000101 10111 11111

Color Harmonies of #3C5660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5660

Black with #3C5660

Text Example


Text Example

White with #3C5660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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