#3E5461

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

Shades of San Juan #3E5461

Tints of San Juan #3E5461

Color information

#3E5461 (or 0x3E5461) is unknown color: approx San Juan. HEX triplet: 3E, 54 and 61. RGB value is (62,84,97). Sum of RGB (Red+Green+Blue) = 62+84+97=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5461 is #C1AB9E. Grayscale: #4E4E4E. Windows color (decimal): -12692383 or 6378558. OLE color: 6378558.

HSL color Cylindrical-coordinate representation of color #3E5461: hue angle of 202.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E5461 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB628497-
CMYK0.360.1300.62
HSL202.29º22.01%31.18%-
HSV(B)202.29º36.08%38.04%-
XYZ7.318.2312.51-
YUV78.9138.21115.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=25.51%
G=34.57%
B=39.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6284970.360.1300.62202.2922.0131.18
Hex3E546124D03Eca161f
Octal7612414144150763122637
Binary1111101010100110000110010011010111110110010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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