#387591

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

Shades of Astral #387591

Tints of Astral #387591

Color information

#387591 (or 0x387591) is unknown color: approx Astral. HEX triplet: 38, 75 and 91. RGB value is (56,117,145). Sum of RGB (Red+Green+Blue) = 56+117+145=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #387591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387591 is #C78A6E. Grayscale: #656565. Windows color (decimal): -13077103 or 9532728. OLE color: 9532728.

HSL color Cylindrical-coordinate representation of color #387591: hue angle of 198.88º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387591 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB56117145-
CMYK0.610.1900.43
HSL198.88º44.28%39.41%-
HSV(B)198.88º61.38%56.86%-
XYZ13.115.6129.11-
YUV101.95152.2995.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=17.61%
G=36.79%
B=45.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561171450.610.1900.43198.8844.2839.41
Hex3875913D1302Bc72c27
Octal7016522175230533075447
Binary11100011101011001000111110110011010101111000111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387591; }

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

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

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

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

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

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

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

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