#3E4F72

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

Shades of Astronaut #3E4F72

Tints of Astronaut #3E4F72

Color information

#3E4F72 (or 0x3E4F72) is unknown color: approx Astronaut. HEX triplet: 3E, 4F and 72. RGB value is (62,79,114). Sum of RGB (Red+Green+Blue) = 62+79+114=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E4F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4F72 is #C1B08D. Grayscale: #4D4D4D. Windows color (decimal): -12693646 or 7491390. OLE color: 7491390.

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

Color convert

RGB6279114-
CMYK0.460.3100.55
HSL220.38º29.55%34.51%-
HSV(B)220.38º45.61%44.71%-
XYZ7.827.8317.02-
YUV77.91148.37116.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.31%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=24.31%
G=30.98%
B=44.71%

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
Decimal62791140.460.3100.55220.3829.5534.51
Hex3E4F722E1F037dc1e23
Octal7611716256370673343643
Binary111110100111111100101011101111101101111101110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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