#3A585C

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

Shades of Casal #3A585C

Tints of Casal #3A585C

Color information

#3A585C (or 0x3A585C) is unknown color: approx Casal. HEX triplet: 3A, 58 and 5C. RGB value is (58,88,92). Sum of RGB (Red+Green+Blue) = 58+88+92=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A585C is #C5A7A3. Grayscale: #4F4F4F. Windows color (decimal): -12953508 or 6051898. OLE color: 6051898.

HSL color Cylindrical-coordinate representation of color #3A585C: hue angle of 187.06º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A585C is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB588892-
CMYK0.370.0400.64
HSL187.06º22.67%29.41%-
HSV(B)187.06º36.96%36.08%-
XYZ7.178.6511.42-
YUV79.49135.06112.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=24.37%
G=36.97%
B=38.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5888920.370.0400.64187.0622.6729.41
Hex3A585C254040bb171d
Octal7213013445401002732735
Binary1110101011000101110010010110001000000101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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