#3E5360

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

Shades of San Juan #3E5360

Tints of San Juan #3E5360

Color information

#3E5360 (or 0x3E5360) is unknown color: approx San Juan. HEX triplet: 3E, 53 and 60. RGB value is (62,83,96). Sum of RGB (Red+Green+Blue) = 62+83+96=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E5360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5360 is #C1AC9F. Grayscale: #4E4E4E. Windows color (decimal): -12692640 or 6312766. OLE color: 6312766.

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

Color convert

RGB628396-
CMYK0.350.1400.62
HSL202.94º21.52%30.98%-
HSV(B)202.94º35.42%37.65%-
XYZ7.198.0612.24-
YUV78.2138.04116.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=25.73%
G=34.44%
B=39.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6283960.350.1400.62202.9421.5230.98
Hex3E536023E03Ecb161f
Octal7612314043160763132637
Binary1111101010011110000010001111100111110110010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,83,96); }

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

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

 a { background-color: rgb(62,83,96); }

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

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

 span { border-color: rgb(62,83,96); }

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