#3D5C69

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

Shades of San Juan #3D5C69

Tints of San Juan #3D5C69

Color information

#3D5C69 (or 0x3D5C69) is unknown color: approx San Juan. HEX triplet: 3D, 5C and 69. RGB value is (61,92,105). Sum of RGB (Red+Green+Blue) = 61+92+105=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D5C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5C69 is #C2A396. Grayscale: #545454. Windows color (decimal): -12755863 or 6904893. OLE color: 6904893.

HSL color Cylindrical-coordinate representation of color #3D5C69: hue angle of 197.73º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D5C69 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6192105-
CMYK0.420.1200.59
HSL197.73º26.51%32.55%-
HSV(B)197.73º41.9%41.18%-
XYZ8.39.6714.79-
YUV84.21139.73111.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=23.64%
G=35.66%
B=40.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61921050.420.1200.59197.7326.5132.55
Hex3D5C692AC03Bc61b21
Octal7513415152140733063341
Binary11110110111001101001101010110001110111100011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,92,105); }

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

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

 a { background-color: rgb(61,92,105); }

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

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

 span { border-color: rgb(61,92,105); }

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