#3b4f6f

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

Shades of Astronaut #3B4F6F

Tints of Astronaut #3B4F6F

Color information

#3B4F6F (or 0x3B4F6F) is unknown color: approx Astronaut. HEX triplet: 3B, 4F and 6F. RGB value is (59,79,111). Sum of RGB (Red+Green+Blue) = 59+79+111=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B4F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4F6F is #C4B090. Grayscale: #4C4C4C. Windows color (decimal): -12890257 or 7294779. OLE color: 7294779.

HSL color Cylindrical-coordinate representation of color #3B4F6F: hue angle of 216.92º 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 #3B4F6F is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5979111-
CMYK0.470.2900.56
HSL216.92º30.59%33.33%-
HSV(B)216.92º46.85%43.53%-
XYZ7.477.6716.13-
YUV76.67147.37115.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.69%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 111 (43.75% from 255) = 44.58%
R=23.69%
G=31.73%
B=44.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59791110.470.2900.56216.9230.5933.33
Hex3B4F6F2F1D038d91f21
Octal7311715757350703313741
Binary111011100111111011111011111110101110001101100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b4f6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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