#3A5761

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

Shades of Casal #3A5761

Tints of Casal #3A5761

Color information

#3A5761 (or 0x3A5761) is unknown color: approx Casal. HEX triplet: 3A, 57 and 61. RGB value is (58,87,97). Sum of RGB (Red+Green+Blue) = 58+87+97=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A5761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5761 is #C5A89E. Grayscale: #4F4F4F. Windows color (decimal): -12953759 or 6379322. OLE color: 6379322.

HSL color Cylindrical-coordinate representation of color #3A5761: hue angle of 195.38º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A5761 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB588797-
CMYK0.400.1000.62
HSL195.38º25.16%30.39%-
HSV(B)195.38º40.21%38.04%-
XYZ7.318.5812.58-
YUV79.47137.89112.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.97%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=23.97%
G=35.95%
B=40.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5887970.400.1000.62195.3825.1630.39
Hex3A576128A03Ec3191e
Octal7212714150120763033136
Binary1110101010111110000110100010100111110110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,87,97); }

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

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

 a { background-color: rgb(58,87,97); }

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

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

 span { border-color: rgb(58,87,97); }

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