#3A4F56

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

Shades of Casal #3A4F56

Tints of Casal #3A4F56

Color information

#3A4F56 (or 0x3A4F56) is unknown color: approx Casal. HEX triplet: 3A, 4F and 56. RGB value is (58,79,86). Sum of RGB (Red+Green+Blue) = 58+79+86=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #3A4F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4F56 is #C5B0A9. Grayscale: #494949. Windows color (decimal): -12955818 or 5656378. OLE color: 5656378.

HSL color Cylindrical-coordinate representation of color #3A4F56: hue angle of 195º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A4F56 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB587986-
CMYK0.330.0800.66
HSL195º19.44%28.24%-
HSV(B)195º32.56%33.73%-
XYZ6.227.169.86-
YUV73.52135.04116.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=26.01%
G=35.43%
B=38.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5879860.330.0800.6619519.4428.24
Hex3A4F56218042c3131c
Octal72117126411001023032334
Binary11101010011111010110100001100001000010110000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,79,86); }

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

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

 a { background-color: rgb(58,79,86); }

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

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

 span { border-color: rgb(58,79,86); }

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