#3E5B66

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

Shades of San Juan #3E5B66

Tints of San Juan #3E5B66

Color information

#3E5B66 (or 0x3E5B66) is unknown color: approx San Juan. HEX triplet: 3E, 5B and 66. RGB value is (62,91,102). Sum of RGB (Red+Green+Blue) = 62+91+102=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E5B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5B66 is #C1A499. Grayscale: #535353. Windows color (decimal): -12690586 or 6708030. OLE color: 6708030.

HSL color Cylindrical-coordinate representation of color #3E5B66: hue angle of 196.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E5B66 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6291102-
CMYK0.390.1100.6
HSL196.5º24.39%32.16%-
HSV(B)196.5º39.22%40%-
XYZ8.139.4713.97-
YUV83.58138.39112.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.31%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 102 (40.23% from 255) = 40%
R=24.31%
G=35.69%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62911020.390.1100.6196.524.3932.16
Hex3E5B6627B03Cc41820
Octal7613314647130743043040
Binary11111010110111100110100111101101111001100010011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,91,102); }

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

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

 a { background-color: rgb(62,91,102); }

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

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

 span { border-color: rgb(62,91,102); }

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