#3E4C7A

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

Shades of Astronaut #3E4C7A

Tints of Astronaut #3E4C7A

Color information

#3E4C7A (or 0x3E4C7A) is unknown color: approx Astronaut. HEX triplet: 3E, 4C and 7A. RGB value is (62,76,122). Sum of RGB (Red+Green+Blue) = 62+76+122=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E4C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4C7A is #C1B385. Grayscale: #4C4C4C. Windows color (decimal): -12694406 or 8014910. OLE color: 8014910.

HSL color Cylindrical-coordinate representation of color #3E4C7A: hue angle of 226º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E4C7A is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6276122-
CMYK0.490.3800.52
HSL226º32.61%36.08%-
HSV(B)226º49.18%47.84%-
XYZ8.087.619.45-
YUV77.06153.36117.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.85%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 122 (48.05% from 255) = 46.92%
R=23.85%
G=29.23%
B=46.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62761220.490.3800.5222632.6136.08
Hex3E4C7A3126034e22124
Octal7611417261460643424144
Binary11111010011001111010110001100110011010011100010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,76,122); }

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

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

 a { background-color: rgb(62,76,122); }

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

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

 span { border-color: rgb(62,76,122); }

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