#3A658B

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

Shades of Astral #3A658B

Tints of Astral #3A658B

Color information

#3A658B (or 0x3A658B) is unknown color: approx Astral. HEX triplet: 3A, 65 and 8B. RGB value is (58,101,139). Sum of RGB (Red+Green+Blue) = 58+101+139=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A658B is #C59A74. Grayscale: #5C5C5C. Windows color (decimal): -12950133 or 9135418. OLE color: 9135418.

HSL color Cylindrical-coordinate representation of color #3A658B: hue angle of 208.15º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A658B is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB58101139-
CMYK0.580.2700.45
HSL208.15º41.12%38.63%-
HSV(B)208.15º58.27%54.51%-
XYZ11.0612.0726.17-
YUV92.48154.25103.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.46%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=19.46%
G=33.89%
B=46.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581011390.580.2700.45208.1541.1238.63
Hex3A658B3A1B02Dd02927
Octal7214521372330553205147
Binary11101011001011000101111101011011010110111010000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,101,139); }

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

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

 a { background-color: rgb(58,101,139); }

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

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

 span { border-color: rgb(58,101,139); }

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