#3D525A

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

Shades of Casal #3D525A

Tints of Casal #3D525A

Color information

#3D525A (or 0x3D525A) is unknown color: approx Casal. HEX triplet: 3D, 52 and 5A. RGB value is (61,82,90). Sum of RGB (Red+Green+Blue) = 61+82+90=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D525A is #C2ADA5. Grayscale: #4C4C4C. Windows color (decimal): -12758438 or 5919293. OLE color: 5919293.

HSL color Cylindrical-coordinate representation of color #3D525A: hue angle of 196.55º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D525A is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB618290-
CMYK0.320.0900.65
HSL196.55º19.21%29.61%-
HSV(B)196.55º32.22%35.29%-
XYZ6.797.7610.81-
YUV76.63135.54116.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=26.18%
G=35.19%
B=38.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6182900.320.0900.65196.5519.2129.61
Hex3D525A209041c5131e
Octal75122132401101013052336
Binary11110110100101011010100000100101000001110001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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