#3A6883

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

Shades of Astral #3A6883

Tints of Astral #3A6883

Color information

#3A6883 (or 0x3A6883) is unknown color: approx Astral. HEX triplet: 3A, 68 and 83. RGB value is (58,104,131). Sum of RGB (Red+Green+Blue) = 58+104+131=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #3A6883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6883 is #C5977C. Grayscale: #5D5D5D. Windows color (decimal): -12949373 or 8611898. OLE color: 8611898.

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

Color convert

RGB58104131-
CMYK0.560.2100.49
HSL202.19º38.62%37.06%-
HSV(B)202.19º55.73%51.37%-
XYZ10.7912.4423.3-
YUV93.32149.26102.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.80%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 131 (51.56% from 255) = 44.71%
R=19.80%
G=35.49%
B=44.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581041310.560.2100.49202.1938.6237.06
Hex3A68833815031ca2725
Octal7215020370250613124745
Binary11101011010001000001111100010101011000111001010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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