#3A4A6F

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

Shades of Astronaut #3A4A6F

Tints of Astronaut #3A4A6F

Color information

#3A4A6F (or 0x3A4A6F) is unknown color: approx Astronaut. HEX triplet: 3A, 4A and 6F. RGB value is (58,74,111). Sum of RGB (Red+Green+Blue) = 58+74+111=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A4A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4A6F is #C5B590. Grayscale: #494949. Windows color (decimal): -12957073 or 7293498. OLE color: 7293498.

HSL color Cylindrical-coordinate representation of color #3A4A6F: hue angle of 221.89º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A4A6F is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5874111-
CMYK0.480.3300.56
HSL221.89º31.36%33.14%-
HSV(B)221.89º47.75%43.53%-
XYZ7.066.9416.01-
YUV73.43149.2116.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=23.87%
G=30.45%
B=45.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58741110.480.3300.56221.8931.3633.14
Hex3A4A6F3021038de1f21
Octal7211215760410703363741
Binary1110101001010110111111000010000101110001101111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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