#384B6C

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

Shades of Astronaut #384B6C

Tints of Astronaut #384B6C

Color information

#384B6C (or 0x384B6C) is unknown color: approx Astronaut. HEX triplet: 38, 4B and 6C. RGB value is (56,75,108). Sum of RGB (Red+Green+Blue) = 56+75+108=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #384B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B6C is #C7B493. Grayscale: #484848. Windows color (decimal): -13087892 or 7097144. OLE color: 7097144.

HSL color Cylindrical-coordinate representation of color #384B6C: hue angle of 218.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #384B6C is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5675108-
CMYK0.480.3100.58
HSL218.08º31.71%32.16%-
HSV(B)218.08º48.15%42.35%-
XYZ6.856.9615.17-
YUV73.08147.71115.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=23.43%
G=31.38%
B=45.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56751080.480.3100.58218.0831.7132.16
Hex384B6C301F03Ada2020
Octal7011315460370723324040
Binary1110001001011110110011000011111011101011011010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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