#3D678A

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

Shades of Astral #3D678A

Tints of Astral #3D678A

Color information

#3D678A (or 0x3D678A) is unknown color: approx Astral. HEX triplet: 3D, 67 and 8A. RGB value is (61,103,138). Sum of RGB (Red+Green+Blue) = 61+103+138=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D678A is #C29875. Grayscale: #5E5E5E. Windows color (decimal): -12753014 or 9070397. OLE color: 9070397.

HSL color Cylindrical-coordinate representation of color #3D678A: hue angle of 207.27º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D678A is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB61103138-
CMYK0.560.2500.46
HSL207.27º38.69%39.02%-
HSV(B)207.27º55.8%54.12%-
XYZ11.3612.5325.86-
YUV94.43152.59104.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=20.20%
G=34.11%
B=45.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611031380.560.2500.46207.2738.6939.02
Hex3D678A381902Ecf2727
Octal7514721270310563174747
Binary11110111001111000101011100011001010111011001111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,103,138); }

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

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

 a { background-color: rgb(61,103,138); }

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

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

 span { border-color: rgb(61,103,138); }

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