#3A555F

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

Shades of Casal #3A555F

Tints of Casal #3A555F

Color information

#3A555F (or 0x3A555F) is unknown color: approx Casal. HEX triplet: 3A, 55 and 5F. RGB value is (58,85,95). Sum of RGB (Red+Green+Blue) = 58+85+95=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A555F is #C5AAA0. Grayscale: #4E4E4E. Windows color (decimal): -12954273 or 6247738. OLE color: 6247738.

HSL color Cylindrical-coordinate representation of color #3A555F: hue angle of 196.22º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A555F is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB588595-
CMYK0.390.1100.63
HSL196.22º24.18%30%-
HSV(B)196.22º38.95%37.25%-
XYZ7.068.2212.04-
YUV78.07137.55113.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=24.37%
G=35.71%
B=39.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5885950.390.1100.63196.2224.1830
Hex3A555F27B03Fc4181e
Octal7212513747130773043036
Binary1110101010101101111110011110110111111110001001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,85,95); }

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

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

 a { background-color: rgb(58,85,95); }

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

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

 span { border-color: rgb(58,85,95); }

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