#3B678B

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

Shades of Astral #3B678B

Tints of Astral #3B678B

Color information

#3B678B (or 0x3B678B) is unknown color: approx Astral. HEX triplet: 3B, 67 and 8B. RGB value is (59,103,139). Sum of RGB (Red+Green+Blue) = 59+103+139=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B678B is #C49874. Grayscale: #5D5D5D. Windows color (decimal): -12884085 or 9135931. OLE color: 9135931.

HSL color Cylindrical-coordinate representation of color #3B678B: hue angle of 207º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B678B is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB59103139-
CMYK0.580.2600.45
HSL207º40.4%38.82%-
HSV(B)207º57.55%54.51%-
XYZ11.3112.4926.24-
YUV93.95153.42103.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=19.60%
G=34.22%
B=46.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591031390.580.2600.4520740.438.82
Hex3B678B3A1A02Dcf2827
Octal7314721372320553175047
Binary11101111001111000101111101011010010110111001111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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