#3E5358

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

Shades of Casal #3E5358

Tints of Casal #3E5358

Color information

#3E5358 (or 0x3E5358) is unknown color: approx Casal. HEX triplet: 3E, 53 and 58. RGB value is (62,83,88). Sum of RGB (Red+Green+Blue) = 62+83+88=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5358 is #C1ACA7. Grayscale: #4D4D4D. Windows color (decimal): -12692648 or 5788478. OLE color: 5788478.

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

Color convert

RGB628388-
CMYK0.300.0600.65
HSL191.54º17.33%29.41%-
HSV(B)191.54º29.55%34.51%-
XYZ6.847.9210.4-
YUV77.29134.04117.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.61%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=26.61%
G=35.62%
B=37.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6283880.300.0600.65191.5417.3329.41
Hex3E53581E6041c0111d
Octal7612313036601013002135
Binary111110101001110110001111011001000001110000001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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