#3E5A5E

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

Shades of Casal #3E5A5E

Tints of Casal #3E5A5E

Color information

#3E5A5E (or 0x3E5A5E) is unknown color: approx Casal. HEX triplet: 3E, 5A and 5E. RGB value is (62,90,94). Sum of RGB (Red+Green+Blue) = 62+90+94=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E5A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5A5E is #C1A5A1. Grayscale: #525252. Windows color (decimal): -12690850 or 6183486. OLE color: 6183486.

HSL color Cylindrical-coordinate representation of color #3E5A5E: hue angle of 187.5º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E5A5E is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB629094-
CMYK0.340.0400.63
HSL187.5º20.51%30.59%-
HSV(B)187.5º34.04%36.86%-
XYZ7.669.1411.95-
YUV82.08134.72113.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.20%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=25.20%
G=36.59%
B=38.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6290940.340.0400.63187.520.5130.59
Hex3E5A5E22403Fbc151f
Octal761321364240772742537
Binary111110101101010111101000101000111111101111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,90,94); }

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

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

 a { background-color: rgb(62,90,94); }

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

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

 span { border-color: rgb(62,90,94); }

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