#3C525A

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

Shades of Casal #3C525A

Tints of Casal #3C525A

Color information

#3C525A (or 0x3C525A) is unknown color: approx Casal. HEX triplet: 3C, 52 and 5A. RGB value is (60,82,90). Sum of RGB (Red+Green+Blue) = 60+82+90=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C525A is #C3ADA5. Grayscale: #4C4C4C. Windows color (decimal): -12823974 or 5919292. OLE color: 5919292.

HSL color Cylindrical-coordinate representation of color #3C525A: hue angle of 196º 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 #3C525A is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB608290-
CMYK0.330.0900.65
HSL196º20%29.41%-
HSV(B)196º33.33%35.29%-
XYZ6.737.7310.81-
YUV76.33135.71116.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.86%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=25.86%
G=35.34%
B=38.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6082900.330.0900.651962029.41
Hex3C525A219041c4141d
Octal74122132411101013042435
Binary11110010100101011010100001100101000001110001001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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