#387595

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

Shades of Astral #387595

Tints of Astral #387595

Color information

#387595 (or 0x387595) is unknown color: approx Astral. HEX triplet: 38, 75 and 95. RGB value is (56,117,149). Sum of RGB (Red+Green+Blue) = 56+117+149=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #387595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387595 is #C78A6A. Grayscale: #666666. Windows color (decimal): -13077099 or 9794872. OLE color: 9794872.

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

Color convert

RGB56117149-
CMYK0.620.2100.42
HSL200.65º45.37%40.2%-
HSV(B)200.65º62.42%58.43%-
XYZ13.4215.7330.76-
YUV102.41154.2994.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=17.39%
G=36.34%
B=46.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561171490.620.2100.42200.6545.3740.2
Hex3875953E1502Ac92d28
Octal7016522576250523115550
Binary11100011101011001010111111010101010101011001001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387595; }

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

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

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

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

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

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

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

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