#3A6A83

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

Shades of Astral #3A6A83

Tints of Astral #3A6A83

Color information

#3A6A83 (or 0x3A6A83) is unknown color: approx Astral. HEX triplet: 3A, 6A and 83. RGB value is (58,106,131). Sum of RGB (Red+Green+Blue) = 58+106+131=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #3A6A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6A83 is #C5957C. Grayscale: #5E5E5E. Windows color (decimal): -12948861 or 8612410. OLE color: 8612410.

HSL color Cylindrical-coordinate representation of color #3A6A83: hue angle of 200.55º 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 #3A6A83 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB58106131-
CMYK0.560.1900.49
HSL200.55º38.62%37.06%-
HSV(B)200.55º55.73%51.37%-
XYZ1112.8523.37-
YUV94.5148.6101.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 131 (51.56% from 255) = 44.41%
R=19.66%
G=35.93%
B=44.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581061310.560.1900.49200.5538.6237.06
Hex3A6A833813031c92725
Octal7215220370230613114745
Binary11101011010101000001111100010011011000111001001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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