#3A6984

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

Shades of Astral #3A6984

Tints of Astral #3A6984

Color information

#3A6984 (or 0x3A6984) is unknown color: approx Astral. HEX triplet: 3A, 69 and 84. RGB value is (58,105,132). Sum of RGB (Red+Green+Blue) = 58+105+132=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A6984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6984 is #C5967B. Grayscale: #5D5D5D. Windows color (decimal): -12949116 or 8677690. OLE color: 8677690.

HSL color Cylindrical-coordinate representation of color #3A6984: hue angle of 201.89º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A6984 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB58105132-
CMYK0.560.2000.48
HSL201.89º38.95%37.25%-
HSV(B)201.89º56.06%51.76%-
XYZ10.9612.6723.7-
YUV94.02149.43102.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=19.66%
G=35.59%
B=44.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581051320.560.2000.48201.8938.9537.25
Hex3A69843814030ca2725
Octal7215120470240603124745
Binary11101011010011000010011100010100011000011001010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,105,132); }

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

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

 a { background-color: rgb(58,105,132); }

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

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

 span { border-color: rgb(58,105,132); }

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