#3C688D

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

Shades of Astral #3C688D

Tints of Astral #3C688D

Color information

#3C688D (or 0x3C688D) is unknown color: approx Astral. HEX triplet: 3C, 68 and 8D. RGB value is (60,104,141). Sum of RGB (Red+Green+Blue) = 60+104+141=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C688D is #C39772. Grayscale: #5E5E5E. Windows color (decimal): -12818291 or 9267260. OLE color: 9267260.

HSL color Cylindrical-coordinate representation of color #3C688D: hue angle of 207.41º 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 #3C688D is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB60104141-
CMYK0.570.2600.45
HSL207.41º40.3%39.41%-
HSV(B)207.41º57.45%55.29%-
XYZ11.6212.7827.05-
YUV95.06153.92102.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.67%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=19.67%
G=34.10%
B=46.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601041410.570.2600.45207.4140.339.41
Hex3C688D391A02Dcf2827
Octal7415021571320553175047
Binary11110011010001000110111100111010010110111001111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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