#3D5866

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

Shades of San Juan #3D5866

Tints of San Juan #3D5866

Color information

#3D5866 (or 0x3D5866) is unknown color: approx San Juan. HEX triplet: 3D, 58 and 66. RGB value is (61,88,102). Sum of RGB (Red+Green+Blue) = 61+88+102=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D5866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5866 is #C2A799. Grayscale: #515151. Windows color (decimal): -12756890 or 6707261. OLE color: 6707261.

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

Color convert

RGB6188102-
CMYK0.400.1400.6
HSL200.49º25.15%31.96%-
HSV(B)200.49º40.2%40%-
XYZ7.818.9313.88-
YUV81.52139.55113.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.30%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=24.30%
G=35.06%
B=40.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61881020.400.1400.6200.4925.1531.96
Hex3D586628E03Cc81920
Octal7513014650160743103140
Binary11110110110001100110101000111001111001100100011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,88,102); }

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

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

 a { background-color: rgb(61,88,102); }

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

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

 span { border-color: rgb(61,88,102); }

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