#384B77

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

Shades of Astronaut #384B77

Tints of Astronaut #384B77

Color information

#384B77 (or 0x384B77) is unknown color: approx Astronaut. HEX triplet: 38, 4B and 77. RGB value is (56,75,119). Sum of RGB (Red+Green+Blue) = 56+75+119=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #384B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B77 is #C7B488. Grayscale: #4A4A4A. Windows color (decimal): -13087881 or 7818040. OLE color: 7818040.

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

Color convert

RGB5675119-
CMYK0.530.3700.53
HSL221.9º36%34.31%-
HSV(B)221.9º52.94%46.67%-
XYZ7.487.218.45-
YUV74.33153.21114.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 75 (29.69% from 255) = 30%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=22.4%
G=30%
B=47.6%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56751190.530.3700.53221.93634.31
Hex384B773525035de2422
Octal7011316765450653364442
Binary11100010010111110111110101100101011010111011110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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