#3A6882

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

Shades of Astral #3A6882

Tints of Astral #3A6882

Color information

#3A6882 (or 0x3A6882) is unknown color: approx Astral. HEX triplet: 3A, 68 and 82. RGB value is (58,104,130). Sum of RGB (Red+Green+Blue) = 58+104+130=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A6882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6882 is #C5977D. Grayscale: #5D5D5D. Windows color (decimal): -12949374 or 8546362. OLE color: 8546362.

HSL color Cylindrical-coordinate representation of color #3A6882: hue angle of 201.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A6882 is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB58104130-
CMYK0.550.200.49
HSL201.67º38.3%36.86%-
HSV(B)201.67º55.38%50.98%-
XYZ10.7212.4122.95-
YUV93.21148.76102.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=19.86%
G=35.62%
B=44.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581041300.550.200.49201.6738.336.86
Hex3A68823714031ca2625
Octal7215020267240613124645
Binary11101011010001000001011011110100011000111001010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,104,130); }

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

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

 a { background-color: rgb(58,104,130); }

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

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

 span { border-color: rgb(58,104,130); }

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