#3A5258

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

Shades of Casal #3A5258

Tints of Casal #3A5258

Color information

#3A5258 (or 0x3A5258) is unknown color: approx Casal. HEX triplet: 3A, 52 and 58. RGB value is (58,82,88). Sum of RGB (Red+Green+Blue) = 58+82+88=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5258 is #C5ADA7. Grayscale: #4B4B4B. Windows color (decimal): -12955048 or 5788218. OLE color: 5788218.

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

Color convert

RGB588288-
CMYK0.340.0700.65
HSL192º20.55%28.63%-
HSV(B)192º34.09%34.51%-
XYZ6.527.6410.36-
YUV75.51135.05115.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.44%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=25.44%
G=35.96%
B=38.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5882880.340.0700.6519220.5528.63
Hex3A5258227041c0151d
Octal7212213042701013002535
Binary1110101010010101100010001011101000001110000001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,82,88); }

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

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

 a { background-color: rgb(58,82,88); }

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

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

 span { border-color: rgb(58,82,88); }

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