#3b4977

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

Shades of Astronaut #3B4977

Tints of Astronaut #3B4977

Color information

#3B4977 (or 0x3B4977) is unknown color: approx Astronaut. HEX triplet: 3B, 49 and 77. RGB value is (59,73,119). Sum of RGB (Red+Green+Blue) = 59+73+119=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B4977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4977 is #C4B688. Grayscale: #494949. Windows color (decimal): -12891785 or 7817531. OLE color: 7817531.

HSL color Cylindrical-coordinate representation of color #3B4977: hue angle of 226º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B4977 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5973119-
CMYK0.500.3900.53
HSL226º33.71%34.9%-
HSV(B)226º50.42%46.67%-
XYZ7.527.0318.41-
YUV74.06153.36117.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.51%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=23.51%
G=29.08%
B=47.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59731190.500.3900.5322633.7134.9
Hex3B49773227035e22223
Octal7311116762470653424243
Binary11101110010011110111110010100111011010111100010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b4977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,73,119); }

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

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

 a { background-color: rgb(59,73,119); }

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

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

 span { border-color: rgb(59,73,119); }

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