#3E545F

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

Shades of San Juan #3E545F

Tints of San Juan #3E545F

Color information

#3E545F (or 0x3E545F) is unknown color: approx San Juan. HEX triplet: 3E, 54 and 5F. RGB value is (62,84,95). Sum of RGB (Red+Green+Blue) = 62+84+95=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E545F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E545F is #C1ABA0. Grayscale: #4E4E4E. Windows color (decimal): -12692385 or 6247486. OLE color: 6247486.

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

Color convert

RGB628495-
CMYK0.350.1200.63
HSL200º21.02%30.78%-
HSV(B)200º34.74%37.25%-
XYZ7.228.1912.03-
YUV78.68137.21116.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=25.73%
G=34.85%
B=39.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6284950.350.1200.6320021.0230.78
Hex3E545F23C03Fc8151f
Octal7612413743140773102537
Binary1111101010100101111110001111000111111110010001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,84,95); }

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

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

 a { background-color: rgb(62,84,95); }

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

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

 span { border-color: rgb(62,84,95); }

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