#3A6683

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

Shades of Astral #3A6683

Tints of Astral #3A6683

Color information

#3A6683 (or 0x3A6683) is unknown color: approx Astral. HEX triplet: 3A, 66 and 83. RGB value is (58,102,131). Sum of RGB (Red+Green+Blue) = 58+102+131=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #3A6683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6683 is #C5997C. Grayscale: #5B5B5B. Windows color (decimal): -12949885 or 8611386. OLE color: 8611386.

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

Color convert

RGB58102131-
CMYK0.560.2200.49
HSL203.84º38.62%37.06%-
HSV(B)203.84º55.73%51.37%-
XYZ10.5912.0423.24-
YUV92.15149.92103.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.93%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=19.93%
G=35.05%
B=45.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581021310.560.2200.49203.8438.6237.06
Hex3A66833816031cc2725
Octal7214620370260613144745
Binary11101011001101000001111100010110011000111001100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,102,131); }

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

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

 a { background-color: rgb(58,102,131); }

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

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

 span { border-color: rgb(58,102,131); }

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