#3D535A

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

Shades of Casal #3D535A

Tints of Casal #3D535A

Color information

#3D535A (or 0x3D535A) is unknown color: approx Casal. HEX triplet: 3D, 53 and 5A. RGB value is (61,83,90). Sum of RGB (Red+Green+Blue) = 61+83+90=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D535A is #C2ACA5. Grayscale: #4D4D4D. Windows color (decimal): -12758182 or 5919549. OLE color: 5919549.

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

Color convert

RGB618390-
CMYK0.320.0800.65
HSL194.48º19.21%29.61%-
HSV(B)194.48º32.22%35.29%-
XYZ6.867.9210.84-
YUV77.22135.21116.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.07%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=26.07%
G=35.47%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6183900.320.0800.65194.4819.2129.61
Hex3D535A208041c2131e
Octal75123132401001013022336
Binary11110110100111011010100000100001000001110000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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