#3D5663

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

Shades of San Juan #3D5663

Tints of San Juan #3D5663

Color information

#3D5663 (or 0x3D5663) is unknown color: approx San Juan. HEX triplet: 3D, 56 and 63. RGB value is (61,86,99). Sum of RGB (Red+Green+Blue) = 61+86+99=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5663 is #C2A99C. Grayscale: #4F4F4F. Windows color (decimal): -12757405 or 6510141. OLE color: 6510141.

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

Color convert

RGB618699-
CMYK0.380.1300.61
HSL200.53º23.75%31.37%-
HSV(B)200.53º38.38%38.82%-
XYZ7.58.5513.06-
YUV80.01138.72114.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=24.80%
G=34.96%
B=40.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6186990.380.1300.61200.5323.7531.37
Hex3D566326D03Dc9181f
Octal7512614346150753113037
Binary1111011010110110001110011011010111101110010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,86,99); }

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

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

 a { background-color: rgb(61,86,99); }

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

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

 span { border-color: rgb(61,86,99); }

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