#3B4B76

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

Shades of Astronaut #3B4B76

Tints of Astronaut #3B4B76

Color information

#3B4B76 (or 0x3B4B76) is unknown color: approx Astronaut. HEX triplet: 3B, 4B and 76. RGB value is (59,75,118). Sum of RGB (Red+Green+Blue) = 59+75+118=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B4B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4B76 is #C4B489. Grayscale: #4A4A4A. Windows color (decimal): -12891274 or 7752507. OLE color: 7752507.

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

Color convert

RGB5975118-
CMYK0.500.3600.54
HSL223.73º33.33%34.71%-
HSV(B)223.73º50%46.27%-
XYZ7.597.2718.14-
YUV75.12152.2116.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.41%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=23.41%
G=29.76%
B=46.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59751180.500.3600.54223.7333.3334.71
Hex3B4B763224036e02123
Octal7311316662440663404143
Binary11101110010111110110110010100100011011011100000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,75,118); }

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

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

 a { background-color: rgb(59,75,118); }

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

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

 span { border-color: rgb(59,75,118); }

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