#3A7290

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

Shades of Astral #3A7290

Tints of Astral #3A7290

Color information

#3A7290 (or 0x3A7290) is unknown color: approx Astral. HEX triplet: 3A, 72 and 90. RGB value is (58,114,144). Sum of RGB (Red+Green+Blue) = 58+114+144=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A7290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7290 is #C58D6F. Grayscale: #646464. Windows color (decimal): -12946800 or 9466426. OLE color: 9466426.

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

Color convert

RGB58114144-
CMYK0.600.2100.44
HSL200.93º42.57%39.61%-
HSV(B)200.93º59.72%56.47%-
XYZ12.814.9528.6-
YUV100.68152.4597.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=18.35%
G=36.08%
B=45.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581141440.600.2100.44200.9342.5739.61
Hex3A72903C1502Cc92b28
Octal7216222074250543115350
Binary11101011100101001000011110010101010110011001001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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