#3D5662

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

Shades of San Juan #3D5662

Tints of San Juan #3D5662

Color information

#3D5662 (or 0x3D5662) is unknown color: approx San Juan. HEX triplet: 3D, 56 and 62. RGB value is (61,86,98). Sum of RGB (Red+Green+Blue) = 61+86+98=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D5662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5662 is #C2A99D. Grayscale: #4F4F4F. Windows color (decimal): -12757406 or 6444605. OLE color: 6444605.

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

Color convert

RGB618698-
CMYK0.380.1200.62
HSL199.46º23.27%31.18%-
HSV(B)199.46º37.76%38.43%-
XYZ7.468.5312.81-
YUV79.89138.22114.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 98 (38.67% from 255) = 40%
R=24.90%
G=35.10%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6186980.380.1200.62199.4623.2731.18
Hex3D566226C03Ec7171f
Octal7512614246140763072737
Binary1111011010110110001010011011000111110110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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