#3D5359

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

Shades of Casal #3D5359

Tints of Casal #3D5359

Color information

#3D5359 (or 0x3D5359) is unknown color: approx Casal. HEX triplet: 3D, 53 and 59. RGB value is (61,83,89). Sum of RGB (Red+Green+Blue) = 61+83+89=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D5359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5359 is #C2ACA6. Grayscale: #4D4D4D. Windows color (decimal): -12758183 or 5854013. OLE color: 5854013.

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

Color convert

RGB618389-
CMYK0.310.0700.65
HSL192.86º18.67%29.41%-
HSV(B)192.86º31.46%34.9%-
XYZ6.827.910.62-
YUV77.11134.71116.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=26.18%
G=35.62%
B=38.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6183890.310.0700.65192.8618.6729.41
Hex3D53591F7041c1131d
Octal7512313137701013012335
Binary111101101001110110011111111101000001110000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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