#3A6D90

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

Shades of Astral #3A6D90

Tints of Astral #3A6D90

Color information

#3A6D90 (or 0x3A6D90) is unknown color: approx Astral. HEX triplet: 3A, 6D and 90. RGB value is (58,109,144). Sum of RGB (Red+Green+Blue) = 58+109+144=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A6D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6D90 is #C5926F. Grayscale: #616161. Windows color (decimal): -12948080 or 9465146. OLE color: 9465146.

HSL color Cylindrical-coordinate representation of color #3A6D90: hue angle of 204.42º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A6D90 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58109144-
CMYK0.600.2400.44
HSL204.42º42.57%39.61%-
HSV(B)204.42º59.72%56.47%-
XYZ12.2513.8528.41-
YUV97.74154.199.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.65%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=18.65%
G=35.05%
B=46.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581091440.600.2400.44204.4242.5739.61
Hex3A6D903C1802Ccc2b28
Octal7215522074300543145350
Binary11101011011011001000011110011000010110011001100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,109,144); }

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

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

 a { background-color: rgb(58,109,144); }

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

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

 span { border-color: rgb(58,109,144); }

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