#387291

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

Shades of Astral #387291

Tints of Astral #387291

Color information

#387291 (or 0x387291) is unknown color: approx Astral. HEX triplet: 38, 72 and 91. RGB value is (56,114,145). Sum of RGB (Red+Green+Blue) = 56+114+145=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #387291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387291 is #C78D6E. Grayscale: #646464. Windows color (decimal): -13077871 or 9531960. OLE color: 9531960.

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

Color convert

RGB56114145-
CMYK0.610.2100.43
HSL200.9º44.28%39.41%-
HSV(B)200.9º61.38%56.86%-
XYZ12.7614.9229-
YUV100.19153.2896.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=17.78%
G=36.19%
B=46.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561141450.610.2100.43200.944.2839.41
Hex3872913D1502Bc92c27
Octal7016222175250533115447
Binary11100011100101001000111110110101010101111001001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387291; }

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

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

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

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

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

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

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

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