#385072

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

Shades of Astronaut #385072

Tints of Astronaut #385072

Color information

#385072 (or 0x385072) is unknown color: approx Astronaut. HEX triplet: 38, 50 and 72. RGB value is (56,80,114). Sum of RGB (Red+Green+Blue) = 56+80+114=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #385072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385072 is #C7AF8D. Grayscale: #4C4C4C. Windows color (decimal): -13086606 or 7491640. OLE color: 7491640.

HSL color Cylindrical-coordinate representation of color #385072: hue angle of 215.17º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385072 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5680114-
CMYK0.510.3000.55
HSL215.17º34.12%33.33%-
HSV(B)215.17º50.88%44.71%-
XYZ7.547.7917.03-
YUV76.7149.05113.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=22.4%
G=32%
B=45.6%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56801140.510.3000.55215.1734.1233.33
Hex385072331E037d72221
Octal7012016263360673274241
Binary1110001010000111001011001111110011011111010111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385072; }

 p { color: rgb(56,80,114); }

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

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

 a { background-color: rgb(56,80,114); }

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

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

 span { border-color: rgb(56,80,114); }

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