#3E4F7B

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

Shades of Astronaut #3E4F7B

Tints of Astronaut #3E4F7B

Color information

#3E4F7B (or 0x3E4F7B) is unknown color: approx Astronaut. HEX triplet: 3E, 4F and 7B. RGB value is (62,79,123). Sum of RGB (Red+Green+Blue) = 62+79+123=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E4F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4F7B is #C1B084. Grayscale: #4E4E4E. Windows color (decimal): -12693637 or 8081214. OLE color: 8081214.

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

Color convert

RGB6279123-
CMYK0.500.3600.52
HSL223.28º32.97%36.27%-
HSV(B)223.28º49.59%48.24%-
XYZ8.368.0519.85-
YUV78.93152.87115.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.48%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=23.48%
G=29.92%
B=46.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62791230.500.3600.52223.2832.9736.27
Hex3E4F7B3224034df2124
Octal7611717362440643374144
Binary11111010011111111011110010100100011010011011111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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