#3A555B

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

Shades of Casal #3A555B

Tints of Casal #3A555B

Color information

#3A555B (or 0x3A555B) is unknown color: approx Casal. HEX triplet: 3A, 55 and 5B. RGB value is (58,85,91). Sum of RGB (Red+Green+Blue) = 58+85+91=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A555B is #C5AAA4. Grayscale: #4D4D4D. Windows color (decimal): -12954277 or 5985594. OLE color: 5985594.

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

Color convert

RGB588591-
CMYK0.360.0700.64
HSL190.91º22.15%29.22%-
HSV(B)190.91º36.26%35.69%-
XYZ6.888.1511.11-
YUV77.61135.55114.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=24.79%
G=36.32%
B=38.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5885910.360.0700.64190.9122.1529.22
Hex3A555B247040bf161d
Octal7212513344701002772635
Binary1110101010101101101110010011101000000101111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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