#3C698A

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

Shades of Astral #3C698A

Tints of Astral #3C698A

Color information

#3C698A (or 0x3C698A) is unknown color: approx Astral. HEX triplet: 3C, 69 and 8A. RGB value is (60,105,138). Sum of RGB (Red+Green+Blue) = 60+105+138=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C698A is #C39675. Grayscale: #5F5F5F. Windows color (decimal): -12818038 or 9070908. OLE color: 9070908.

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

Color convert

RGB60105138-
CMYK0.570.2400.46
HSL205.38º39.39%38.82%-
HSV(B)205.38º56.52%54.12%-
XYZ11.512.925.93-
YUV95.31152.09102.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=19.80%
G=34.65%
B=45.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601051380.570.2400.46205.3839.3938.82
Hex3C698A391802Ecd2727
Octal7415121271300563154747
Binary11110011010011000101011100111000010111011001101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,105,138); }

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

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

 a { background-color: rgb(60,105,138); }

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

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

 span { border-color: rgb(60,105,138); }

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