#3C5B62

Color #3C5B62 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #3C5B62

Tints of Casal #3C5B62

Color information

#3C5B62 (or 0x3C5B62) is unknown color: approx Casal. HEX triplet: 3C, 5B and 62. RGB value is (60,91,98). Sum of RGB (Red+Green+Blue) = 60+91+98=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C5B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5B62 is #C3A49D. Grayscale: #525252. Windows color (decimal): -12821662 or 6445884. OLE color: 6445884.

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

Color convert

RGB609198-
CMYK0.390.0700.62
HSL191.05º24.05%30.98%-
HSV(B)191.05º38.78%38.43%-
XYZ7.819.3212.94-
YUV82.53136.73111.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.10%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=24.10%
G=36.55%
B=39.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6091980.390.0700.62191.0524.0530.98
Hex3C5B6227703Ebf181f
Octal741331424770762773037
Binary111100101101111000101001111110111110101111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C5B62;
 }
 .AnyTagClassName
 {
   color: #3C5B62;
 }
</style>
background-color css

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

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

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

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

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

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