#3E5668

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

Shades of San Juan #3E5668

Tints of San Juan #3E5668

Color information

#3E5668 (or 0x3E5668) is unknown color: approx San Juan. HEX triplet: 3E, 56 and 68. RGB value is (62,86,104). Sum of RGB (Red+Green+Blue) = 62+86+104=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E5668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5668 is #C1A997. Grayscale: #505050. Windows color (decimal): -12691864 or 6837822. OLE color: 6837822.

HSL color Cylindrical-coordinate representation of color #3E5668: hue angle of 205.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E5668 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6286104-
CMYK0.400.1700.59
HSL205.71º25.3%32.55%-
HSV(B)205.71º40.38%40.78%-
XYZ7.818.6814.36-
YUV80.88141.05114.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.60%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=24.60%
G=34.13%
B=41.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62861040.400.1700.59205.7125.332.55
Hex3E5668281103Bce1921
Octal7612615050210733163141
Binary111110101011011010001010001000101110111100111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,86,104); }

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

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

 a { background-color: rgb(62,86,104); }

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

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

 span { border-color: rgb(62,86,104); }

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