#3B677E

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

Shades of Astral #3B677E

Tints of Astral #3B677E

Color information

#3B677E (or 0x3B677E) is unknown color: approx Astral. HEX triplet: 3B, 67 and 7E. RGB value is (59,103,126). Sum of RGB (Red+Green+Blue) = 59+103+126=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B677E is #C49881. Grayscale: #5C5C5C. Windows color (decimal): -12884098 or 8283963. OLE color: 8283963.

HSL color Cylindrical-coordinate representation of color #3B677E: hue angle of 200.6º 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 #3B677E is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB59103126-
CMYK0.530.1800.51
HSL200.6º36.22%36.27%-
HSV(B)200.6º53.17%49.41%-
XYZ10.4212.1421.53-
YUV92.47146.92104.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.49%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=20.49%
G=35.76%
B=43.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591031260.530.1800.51200.636.2236.27
Hex3B677E3512033c92424
Octal7314717665220633114444
Binary1110111100111111111011010110010011001111001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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