#3D4E6A

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

Shades of Astronaut #3D4E6A

Tints of Astronaut #3D4E6A

Color information

#3D4E6A (or 0x3D4E6A) is unknown color: approx Astronaut. HEX triplet: 3D, 4E and 6A. RGB value is (61,78,106). Sum of RGB (Red+Green+Blue) = 61+78+106=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D4E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4E6A is #C2B195. Grayscale: #4B4B4B. Windows color (decimal): -12759446 or 6966845. OLE color: 6966845.

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

Color convert

RGB6178106-
CMYK0.420.2600.58
HSL217.33º26.95%32.75%-
HSV(B)217.33º42.45%41.57%-
XYZ7.257.4814.7-
YUV76.11144.87117.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=24.90%
G=31.84%
B=43.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61781060.420.2600.58217.3326.9532.75
Hex3D4E6A2A1A03Ad91b21
Octal7511615252320723313341
Binary111101100111011010101010101101001110101101100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,78,106); }

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

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

 a { background-color: rgb(61,78,106); }

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

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

 span { border-color: rgb(61,78,106); }

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