#3E4E7C

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

Shades of Astronaut #3E4E7C

Tints of Astronaut #3E4E7C

Color information

#3E4E7C (or 0x3E4E7C) is unknown color: approx Astronaut. HEX triplet: 3E, 4E and 7C. RGB value is (62,78,124). Sum of RGB (Red+Green+Blue) = 62+78+124=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E4E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4E7C is #C1B183. Grayscale: #4E4E4E. Windows color (decimal): -12693892 or 8146494. OLE color: 8146494.

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

Color convert

RGB6278124-
CMYK0.50.3700.51
HSL224.52º33.33%36.47%-
HSV(B)224.52º50%48.63%-
XYZ8.357.9320.16-
YUV78.46153.7116.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.48%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=23.48%
G=29.55%
B=46.97%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62781240.50.3700.51224.5233.3336.47
Hex3E4E7C3225033e12124
Octal7611617462450633414144
Binary11111010011101111100110010100101011001111100001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,78,124); }

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

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

 a { background-color: rgb(62,78,124); }

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

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

 span { border-color: rgb(62,78,124); }

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