#3B5075

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

Shades of Astronaut #3B5075

Tints of Astronaut #3B5075

Color information

#3B5075 (or 0x3B5075) is unknown color: approx Astronaut. HEX triplet: 3B, 50 and 75. RGB value is (59,80,117). Sum of RGB (Red+Green+Blue) = 59+80+117=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B5075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5075 is #C4AF8A. Grayscale: #4D4D4D. Windows color (decimal): -12889995 or 7688251. OLE color: 7688251.

HSL color Cylindrical-coordinate representation of color #3B5075: hue angle of 218.28º 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 #3B5075 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5980117-
CMYK0.500.3200.54
HSL218.28º32.95%34.51%-
HSV(B)218.28º49.57%45.88%-
XYZ7.887.9517.95-
YUV77.94150.04114.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.05%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=23.05%
G=31.25%
B=45.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59801170.500.3200.54218.2832.9534.51
Hex3B50753220036da2123
Octal7312016562400663324143
Binary11101110100001110101110010100000011011011011010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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