#384B72

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

Shades of Astronaut #384B72

Tints of Astronaut #384B72

Color information

#384B72 (or 0x384B72) is unknown color: approx Astronaut. HEX triplet: 38, 4B and 72. RGB value is (56,75,114). Sum of RGB (Red+Green+Blue) = 56+75+114=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #384B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B72 is #C7B48D. Grayscale: #494949. Windows color (decimal): -13087886 or 7490360. OLE color: 7490360.

HSL color Cylindrical-coordinate representation of color #384B72: hue angle of 220.34º 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 #384B72 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5675114-
CMYK0.510.3400.55
HSL220.34º34.12%33.33%-
HSV(B)220.34º50.88%44.71%-
XYZ7.187.0916.91-
YUV73.76150.71115.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=22.86%
G=30.61%
B=46.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56751140.510.3400.55220.3434.1233.33
Hex384B723322037dc2221
Octal7011316263420673344241
Binary11100010010111110010110011100010011011111011100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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