#3B5358

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

Shades of Casal #3B5358

Tints of Casal #3B5358

Color information

#3B5358 (or 0x3B5358) is unknown color: approx Casal. HEX triplet: 3B, 53 and 58. RGB value is (59,83,88). Sum of RGB (Red+Green+Blue) = 59+83+88=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5358 is #C4ACA7. Grayscale: #4C4C4C. Windows color (decimal): -12889256 or 5788475. OLE color: 5788475.

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

Color convert

RGB598388-
CMYK0.330.0600.65
HSL190.34º19.73%28.82%-
HSV(B)190.34º32.95%34.51%-
XYZ6.667.8210.39-
YUV76.39134.55115.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=25.65%
G=36.09%
B=38.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5983880.330.0600.65190.3419.7328.82
Hex3B5358216041be141d
Octal7312313041601012762435
Binary1110111010011101100010000111001000001101111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,83,88); }

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

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

 a { background-color: rgb(59,83,88); }

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

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

 span { border-color: rgb(59,83,88); }

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