#3D5C66

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

Shades of San Juan #3D5C66

Tints of San Juan #3D5C66

Color information

#3D5C66 (or 0x3D5C66) is unknown color: approx San Juan. HEX triplet: 3D, 5C and 66. RGB value is (61,92,102). Sum of RGB (Red+Green+Blue) = 61+92+102=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 92 (36.33% from 255 or 36.08% 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 #3D5C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5C66 is #C2A399. Grayscale: #535353. Windows color (decimal): -12755866 or 6708285. OLE color: 6708285.

HSL color Cylindrical-coordinate representation of color #3D5C66: hue angle of 194.63º 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 #3D5C66 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6192102-
CMYK0.400.1000.6
HSL194.63º25.15%31.96%-
HSV(B)194.63º40.2%40%-
XYZ8.159.6113.99-
YUV83.87138.23111.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 102 (40.23% from 255) = 40%
R=23.92%
G=36.08%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61921020.400.1000.6194.6325.1531.96
Hex3D5C6628A03Cc31920
Octal7513414650120743033140
Binary11110110111001100110101000101001111001100001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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