#384A76

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

Shades of Astronaut #384A76

Tints of Astronaut #384A76

Color information

#384A76 (or 0x384A76) is unknown color: approx Astronaut. HEX triplet: 38, 4A and 76. RGB value is (56,74,118). Sum of RGB (Red+Green+Blue) = 56+74+118=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #384A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A76 is #C7B589. Grayscale: #494949. Windows color (decimal): -13088138 or 7752248. OLE color: 7752248.

HSL color Cylindrical-coordinate representation of color #384A76: hue angle of 222.58º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384A76 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5674118-
CMYK0.530.3700.54
HSL222.58º35.63%34.12%-
HSV(B)222.58º52.54%46.27%-
XYZ7.357.0518.11-
YUV73.63153.04115.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=22.58%
G=29.84%
B=47.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56741180.530.3700.54222.5835.6334.12
Hex384A763525036df2422
Octal7011216665450663374442
Binary11100010010101110110110101100101011011011011111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,74,118); }

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

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

 a { background-color: rgb(56,74,118); }

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

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

 span { border-color: rgb(56,74,118); }

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