#387394

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

Shades of Astral #387394

Tints of Astral #387394

Color information

#387394 (or 0x387394) is unknown color: approx Astral. HEX triplet: 38, 73 and 94. RGB value is (56,115,148). Sum of RGB (Red+Green+Blue) = 56+115+148=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #387394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387394 is #C78C6B. Grayscale: #646464. Windows color (decimal): -13077612 or 9728824. OLE color: 9728824.

HSL color Cylindrical-coordinate representation of color #387394: hue angle of 201.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387394 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56115148-
CMYK0.620.2200.42
HSL201.52º45.1%40%-
HSV(B)201.52º62.16%58.04%-
XYZ13.1115.2430.27-
YUV101.12154.4595.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=17.55%
G=36.05%
B=46.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561151480.620.2200.42201.5245.140
Hex3873943E1602Aca2d28
Octal7016322476260523125550
Binary11100011100111001010011111010110010101011001010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387394; }

 p { color: rgb(56,115,148); }

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

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

 a { background-color: rgb(56,115,148); }

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

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

 span { border-color: rgb(56,115,148); }

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