#387490

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

Shades of Astral #387490

Tints of Astral #387490

Color information

#387490 (or 0x387490) is unknown color: approx Astral. HEX triplet: 38, 74 and 90. RGB value is (56,116,144). Sum of RGB (Red+Green+Blue) = 56+116+144=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #387490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387490 is #C78B6F. Grayscale: #656565. Windows color (decimal): -13077360 or 9466936. OLE color: 9466936.

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

Color convert

RGB56116144-
CMYK0.610.1900.44
HSL199.09º44%39.22%-
HSV(B)199.09º61.11%56.47%-
XYZ12.9115.3528.67-
YUV101.25152.1295.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=17.72%
G=36.71%
B=45.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561161440.610.1900.44199.094439.22
Hex3874903D1302Cc72c27
Octal7016422075230543075447
Binary11100011101001001000011110110011010110011000111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387490; }

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

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

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

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

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

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

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

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