#3A6F8A

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

Shades of Astral #3A6F8A

Tints of Astral #3A6F8A

Color information

#3A6F8A (or 0x3A6F8A) is unknown color: approx Astral. HEX triplet: 3A, 6F and 8A. RGB value is (58,111,138). Sum of RGB (Red+Green+Blue) = 58+111+138=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A6F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6F8A is #C59075. Grayscale: #626262. Windows color (decimal): -12947574 or 9072442. OLE color: 9072442.

HSL color Cylindrical-coordinate representation of color #3A6F8A: hue angle of 200.25º 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 #3A6F8A is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB58111138-
CMYK0.580.2000.46
HSL200.25º40.82%38.43%-
HSV(B)200.25º57.97%54.12%-
XYZ12.0214.126.13-
YUV98.23150.4499.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.89%
GREEN value IS 111 (43.75% from 255) = 36.16%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=18.89%
G=36.16%
B=44.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581111380.580.2000.46200.2540.8238.43
Hex3A6F8A3A1402Ec82926
Octal7215721272240563105146
Binary11101011011111000101011101010100010111011001000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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