#387593

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

Shades of Astral #387593

Tints of Astral #387593

Color information

#387593 (or 0x387593) is unknown color: approx Astral. HEX triplet: 38, 75 and 93. RGB value is (56,117,147). Sum of RGB (Red+Green+Blue) = 56+117+147=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #387593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387593 is #C78A6C. Grayscale: #666666. Windows color (decimal): -13077101 or 9663800. OLE color: 9663800.

HSL color Cylindrical-coordinate representation of color #387593: hue angle of 199.78º 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 #387593 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56117147-
CMYK0.620.2000.42
HSL199.78º44.83%39.8%-
HSV(B)199.78º61.9%57.65%-
XYZ13.2615.6729.93-
YUV102.18153.2995.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.5%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=17.5%
G=36.56%
B=45.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561171470.620.2000.42199.7844.8339.8
Hex3875933E1402Ac82d28
Octal7016522376240523105550
Binary11100011101011001001111111010100010101011001000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387593; }

 p { color: rgb(56,117,147); }

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

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

 a { background-color: rgb(56,117,147); }

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

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

 span { border-color: rgb(56,117,147); }

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