#3E5053

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

Shades of Casal #3E5053

Tints of Casal #3E5053

Color information

#3E5053 (or 0x3E5053) is unknown color: approx Casal. HEX triplet: 3E, 50 and 53. RGB value is (62,80,83). Sum of RGB (Red+Green+Blue) = 62+80+83=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E5053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5053 is #C1AFAC. Grayscale: #4A4A4A. Windows color (decimal): -12693421 or 5460030. OLE color: 5460030.

HSL color Cylindrical-coordinate representation of color #3E5053: hue angle of 188.57º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E5053 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB628083-
CMYK0.250.0400.67
HSL188.57º14.48%28.43%-
HSV(B)188.57º25.3%32.55%-
XYZ6.427.399.27-
YUV74.96132.54118.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.56%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=27.56%
G=35.56%
B=36.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6280830.250.0400.67188.5714.4828.43
Hex3E5053194043bde1c
Octal7612012331401032751634
Binary11111010100001010011110011000100001110111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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