#3B678D

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

Shades of Astral #3B678D

Tints of Astral #3B678D

Color information

#3B678D (or 0x3B678D) is unknown color: approx Astral. HEX triplet: 3B, 67 and 8D. RGB value is (59,103,141). Sum of RGB (Red+Green+Blue) = 59+103+141=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B678D is #C49872. Grayscale: #5D5D5D. Windows color (decimal): -12884083 or 9267003. OLE color: 9267003.

HSL color Cylindrical-coordinate representation of color #3B678D: hue angle of 207.8º degrees, saturation: 0.41, 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 #3B678D is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB59103141-
CMYK0.580.2700.45
HSL207.8º41%39.22%-
HSV(B)207.8º58.16%55.29%-
XYZ11.4612.5527.02-
YUV94.18154.42102.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.47%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=19.47%
G=33.99%
B=46.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591031410.580.2700.45207.84139.22
Hex3B678D3A1B02Dd02927
Octal7314721572330553205147
Binary11101111001111000110111101011011010110111010000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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