#3E4F73

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

Shades of Astronaut #3E4F73

Tints of Astronaut #3E4F73

Color information

#3E4F73 (or 0x3E4F73) is unknown color: approx Astronaut. HEX triplet: 3E, 4F and 73. RGB value is (62,79,115). Sum of RGB (Red+Green+Blue) = 62+79+115=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E4F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4F73 is #C1B08C. Grayscale: #4D4D4D. Windows color (decimal): -12693645 or 7556926. OLE color: 7556926.

HSL color Cylindrical-coordinate representation of color #3E4F73: hue angle of 220.75º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E4F73 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6279115-
CMYK0.460.3100.55
HSL220.75º29.94%34.71%-
HSV(B)220.75º46.09%45.1%-
XYZ7.887.8517.32-
YUV78.02148.87116.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.22%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=24.22%
G=30.86%
B=44.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62791150.460.3100.55220.7529.9434.71
Hex3E4F732E1F037dd1e23
Octal7611716356370673353643
Binary111110100111111100111011101111101101111101110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,79,115); }

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

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

 a { background-color: rgb(62,79,115); }

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

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

 span { border-color: rgb(62,79,115); }

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