#387596

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

Shades of Astral #387596

Tints of Astral #387596

Color information

#387596 (or 0x387596) is unknown color: approx Astral. HEX triplet: 38, 75 and 96. RGB value is (56,117,150). Sum of RGB (Red+Green+Blue) = 56+117+150=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #387596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387596 is #C78A69. Grayscale: #666666. Windows color (decimal): -13077098 or 9860408. OLE color: 9860408.

HSL color Cylindrical-coordinate representation of color #387596: hue angle of 201.06º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #387596 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB56117150-
CMYK0.630.2200.41
HSL201.06º45.63%40.39%-
HSV(B)201.06º62.67%58.82%-
XYZ13.515.7731.19-
YUV102.52154.7994.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=17.34%
G=36.22%
B=46.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561171500.630.2200.41201.0645.6340.39
Hex3875963F16029c92e28
Octal7016522677260513115650
Binary11100011101011001011011111110110010100111001001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387596; }

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

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

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

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

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

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

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

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