#3E4B6C

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

Shades of Astronaut #3E4B6C

Tints of Astronaut #3E4B6C

Color information

#3E4B6C (or 0x3E4B6C) is unknown color: approx Astronaut. HEX triplet: 3E, 4B and 6C. RGB value is (62,75,108). Sum of RGB (Red+Green+Blue) = 62+75+108=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E4B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4B6C is #C1B493. Grayscale: #4A4A4A. Windows color (decimal): -12694676 or 7097150. OLE color: 7097150.

HSL color Cylindrical-coordinate representation of color #3E4B6C: hue angle of 223.04º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E4B6C is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6275108-
CMYK0.430.3100.58
HSL223.04º27.06%33.33%-
HSV(B)223.04º42.59%42.35%-
XYZ7.217.1415.19-
YUV74.88146.69118.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.31%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=25.31%
G=30.61%
B=44.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62751080.430.3100.58223.0427.0633.33
Hex3E4B6C2B1F03Adf1b21
Octal7611315453370723373341
Binary111110100101111011001010111111101110101101111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,75,108); }

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

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

 a { background-color: rgb(62,75,108); }

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

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

 span { border-color: rgb(62,75,108); }

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