#387496

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

Shades of Astral #387496

Tints of Astral #387496

Color information

#387496 (or 0x387496) is unknown color: approx Astral. HEX triplet: 38, 74 and 96. RGB value is (56,116,150). Sum of RGB (Red+Green+Blue) = 56+116+150=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #387496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387496 is #C78B69. Grayscale: #656565. Windows color (decimal): -13077354 or 9860152. OLE color: 9860152.

HSL color Cylindrical-coordinate representation of color #387496: hue angle of 201.7º 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 #387496 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB56116150-
CMYK0.630.2300.41
HSL201.7º45.63%40.39%-
HSV(B)201.7º62.67%58.82%-
XYZ13.3815.5331.15-
YUV101.94155.1295.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=17.39%
G=36.02%
B=46.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561161500.630.2300.41201.745.6340.39
Hex3874963F17029ca2e28
Octal7016422677270513125650
Binary11100011101001001011011111110111010100111001010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387496; }

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

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

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

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

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

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

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

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