#3A5668

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

Shades of San Juan #3A5668

Tints of San Juan #3A5668

Color information

#3A5668 (or 0x3A5668) is unknown color: approx San Juan. HEX triplet: 3A, 56 and 68. RGB value is (58,86,104). Sum of RGB (Red+Green+Blue) = 58+86+104=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A5668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5668 is #C5A997. Grayscale: #4F4F4F. Windows color (decimal): -12954008 or 6837818. OLE color: 6837818.

HSL color Cylindrical-coordinate representation of color #3A5668: hue angle of 203.48º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A5668 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5886104-
CMYK0.440.1700.59
HSL203.48º28.4%31.76%-
HSV(B)203.48º44.23%40.78%-
XYZ7.578.5514.35-
YUV79.68141.72112.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.39%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=23.39%
G=34.68%
B=41.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58861040.440.1700.59203.4828.431.76
Hex3A56682C1103Bcb1c20
Octal7212615054210733133440
Binary111010101011011010001011001000101110111100101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,86,104); }

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

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

 a { background-color: rgb(58,86,104); }

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

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

 span { border-color: rgb(58,86,104); }

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