#3B687E

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

Shades of Astral #3B687E

Tints of Astral #3B687E

Color information

#3B687E (or 0x3B687E) is unknown color: approx Astral. HEX triplet: 3B, 68 and 7E. RGB value is (59,104,126). Sum of RGB (Red+Green+Blue) = 59+104+126=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B687E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B687E is #C49781. Grayscale: #5C5C5C. Windows color (decimal): -12883842 or 8284219. OLE color: 8284219.

HSL color Cylindrical-coordinate representation of color #3B687E: hue angle of 199.7º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B687E is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB59104126-
CMYK0.530.1700.51
HSL199.7º36.22%36.27%-
HSV(B)199.7º53.17%49.41%-
XYZ10.5212.3421.57-
YUV93.05146.59103.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 126 (49.61% from 255) = 43.60%
R=20.42%
G=35.99%
B=43.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591041260.530.1700.51199.736.2236.27
Hex3B687E3511033c82424
Octal7315017665210633104444
Binary1110111101000111111011010110001011001111001000100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,104,126); }

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

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

 a { background-color: rgb(59,104,126); }

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

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

 span { border-color: rgb(59,104,126); }

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