#384F70

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

Shades of Astronaut #384F70

Tints of Astronaut #384F70

Color information

#384F70 (or 0x384F70) is unknown color: approx Astronaut. HEX triplet: 38, 4F and 70. RGB value is (56,79,112). Sum of RGB (Red+Green+Blue) = 56+79+112=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #384F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F70 is #C7B08F. Grayscale: #4B4B4B. Windows color (decimal): -13086864 or 7360312. OLE color: 7360312.

HSL color Cylindrical-coordinate representation of color #384F70: hue angle of 215.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #384F70 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5679112-
CMYK0.500.2900.56
HSL215.36º33.33%32.94%-
HSV(B)215.36º50%43.92%-
XYZ7.357.616.41-
YUV75.88148.38113.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=22.67%
G=31.98%
B=45.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56791120.500.2900.56215.3633.3332.94
Hex384F70321D038d72121
Octal7011716062350703274141
Binary1110001001111111000011001011101011100011010111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384F70; }

 p { color: rgb(56,79,112); }

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

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

 a { background-color: rgb(56,79,112); }

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

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

 span { border-color: rgb(56,79,112); }

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