#3D5869

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

Shades of San Juan #3D5869

Tints of San Juan #3D5869

Color information

#3D5869 (or 0x3D5869) is unknown color: approx San Juan. HEX triplet: 3D, 58 and 69. RGB value is (61,88,105). Sum of RGB (Red+Green+Blue) = 61+88+105=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D5869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5869 is #C2A796. Grayscale: #515151. Windows color (decimal): -12756887 or 6903869. OLE color: 6903869.

HSL color Cylindrical-coordinate representation of color #3D5869: hue angle of 203.18º 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 #3D5869 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6188105-
CMYK0.420.1600.59
HSL203.18º26.51%32.55%-
HSV(B)203.18º41.9%41.18%-
XYZ7.968.9914.68-
YUV81.86141.05113.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=24.02%
G=34.65%
B=41.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61881050.420.1600.59203.1826.5132.55
Hex3D58692A1003Bcb1b21
Octal7513015152200733133341
Binary111101101100011010011010101000001110111100101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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