#3B506F

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

Shades of Astronaut #3B506F

Tints of Astronaut #3B506F

Color information

#3B506F (or 0x3B506F) is unknown color: approx Astronaut. HEX triplet: 3B, 50 and 6F. RGB value is (59,80,111). Sum of RGB (Red+Green+Blue) = 59+80+111=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B506F is #C4AF90. Grayscale: #4D4D4D. Windows color (decimal): -12890001 or 7295035. OLE color: 7295035.

HSL color Cylindrical-coordinate representation of color #3B506F: hue angle of 215.77º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B506F is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5980111-
CMYK0.470.2800.56
HSL215.77º30.59%33.33%-
HSV(B)215.77º46.85%43.53%-
XYZ7.547.8116.15-
YUV77.26147.04114.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=23.6%
G=32%
B=44.4%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59801110.470.2800.56215.7730.5933.33
Hex3B506F2F1C038d81f21
Octal7312015757340703303741
Binary111011101000011011111011111110001110001101100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,80,111); }

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

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

 a { background-color: rgb(59,80,111); }

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

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

 span { border-color: rgb(59,80,111); }

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