#3A5A67

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

Shades of San Juan #3A5A67

Tints of San Juan #3A5A67

Color information

#3A5A67 (or 0x3A5A67) is unknown color: approx San Juan. HEX triplet: 3A, 5A and 67. RGB value is (58,90,103). Sum of RGB (Red+Green+Blue) = 58+90+103=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A5A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A67 is #C5A598. Grayscale: #515151. Windows color (decimal): -12952985 or 6773306. OLE color: 6773306.

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

Color convert

RGB5890103-
CMYK0.440.1300.60
HSL197.33º27.95%31.57%-
HSV(B)197.33º43.69%40.39%-
XYZ7.859.1914.19-
YUV81.91139.9110.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.11%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 103 (40.62% from 255) = 41.04%
R=23.11%
G=35.86%
B=41.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58901030.440.1300.60197.3327.9531.57
Hex3A5A672CD03Cc51c20
Octal7213214754150743053440
Binary11101010110101100111101100110101111001100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,90,103); }

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

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

 a { background-color: rgb(58,90,103); }

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

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

 span { border-color: rgb(58,90,103); }

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