#3A5865

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

Shades of San Juan #3A5865

Tints of San Juan #3A5865

Color information

#3A5865 (or 0x3A5865) is unknown color: approx San Juan. HEX triplet: 3A, 58 and 65. RGB value is (58,88,101). Sum of RGB (Red+Green+Blue) = 58+88+101=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A5865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5865 is #C5A79A. Grayscale: #505050. Windows color (decimal): -12953499 or 6641722. OLE color: 6641722.

HSL color Cylindrical-coordinate representation of color #3A5865: hue angle of 198.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A5865 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5888101-
CMYK0.430.1300.60
HSL198.14º27.04%31.18%-
HSV(B)198.14º42.57%39.61%-
XYZ7.588.8213.61-
YUV80.51139.56111.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=23.48%
G=35.63%
B=40.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58881010.430.1300.60198.1427.0431.18
Hex3A58652BD03Cc61b1f
Octal7213014553150743063337
Binary1110101011000110010110101111010111100110001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,88,101); }

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

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

 a { background-color: rgb(58,88,101); }

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

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

 span { border-color: rgb(58,88,101); }

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