#3A6E94

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

Shades of Astral #3A6E94

Tints of Astral #3A6E94

Color information

#3A6E94 (or 0x3A6E94) is unknown color: approx Astral. HEX triplet: 3A, 6E and 94. RGB value is (58,110,148). Sum of RGB (Red+Green+Blue) = 58+110+148=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A6E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6E94 is #C5916B. Grayscale: #626262. Windows color (decimal): -12947820 or 9727546. OLE color: 9727546.

HSL color Cylindrical-coordinate representation of color #3A6E94: hue angle of 205.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A6E94 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB58110148-
CMYK0.610.2600.42
HSL205.33º43.69%40.39%-
HSV(B)205.33º60.81%58.04%-
XYZ12.6714.1930.09-
YUV98.78155.7798.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 148 (58.20% from 255) = 46.84%
R=18.35%
G=34.81%
B=46.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581101480.610.2600.42205.3343.6940.39
Hex3A6E943D1A02Acd2c28
Octal7215622475320523155450
Binary11101011011101001010011110111010010101011001101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,110,148); }

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

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

 a { background-color: rgb(58,110,148); }

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

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

 span { border-color: rgb(58,110,148); }

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