#3C678D

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

Shades of Astral #3C678D

Tints of Astral #3C678D

Color information

#3C678D (or 0x3C678D) is unknown color: approx Astral. HEX triplet: 3C, 67 and 8D. RGB value is (60,103,141). Sum of RGB (Red+Green+Blue) = 60+103+141=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C678D is #C39872. Grayscale: #5E5E5E. Windows color (decimal): -12818547 or 9267004. OLE color: 9267004.

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

Color convert

RGB60103141-
CMYK0.570.2700.45
HSL208.15º40.3%39.41%-
HSV(B)208.15º57.45%55.29%-
XYZ11.5212.5827.02-
YUV94.48154.25103.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 141 (55.47% from 255) = 46.38%
R=19.74%
G=33.88%
B=46.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601031410.570.2700.45208.1540.339.41
Hex3C678D391B02Dd02827
Octal7414721571330553205047
Binary11110011001111000110111100111011010110111010000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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