#3A658A

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

Shades of Astral #3A658A

Tints of Astral #3A658A

Color information

#3A658A (or 0x3A658A) is unknown color: approx Astral. HEX triplet: 3A, 65 and 8A. RGB value is (58,101,138). Sum of RGB (Red+Green+Blue) = 58+101+138=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A658A is #C59A75. Grayscale: #5C5C5C. Windows color (decimal): -12950134 or 9069882. OLE color: 9069882.

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

Color convert

RGB58101138-
CMYK0.580.2700.46
HSL207.75º40.82%38.43%-
HSV(B)207.75º57.97%54.12%-
XYZ10.9912.0425.79-
YUV92.36153.75103.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=19.53%
G=34.01%
B=46.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581011380.580.2700.46207.7540.8238.43
Hex3A658A3A1B02Ed02926
Octal7214521272330563205146
Binary11101011001011000101011101011011010111011010000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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