#387189

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

Shades of Astral #387189

Tints of Astral #387189

Color information

#387189 (or 0x387189) is unknown color: approx Astral. HEX triplet: 38, 71 and 89. RGB value is (56,113,137). Sum of RGB (Red+Green+Blue) = 56+113+137=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #387189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387189 is #C78E76. Grayscale: #626262. Windows color (decimal): -13078135 or 9007416. OLE color: 9007416.

HSL color Cylindrical-coordinate representation of color #387189: hue angle of 197.78º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387189 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56113137-
CMYK0.590.1800.46
HSL197.78º41.97%37.84%-
HSV(B)197.78º59.12%53.73%-
XYZ12.0514.4625.82-
YUV98.69149.6297.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=18.30%
G=36.93%
B=44.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561131370.590.1800.46197.7841.9737.84
Hex3871893B1202Ec62a26
Octal7016121173220563065246
Binary11100011100011000100111101110010010111011000110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387189; }

 p { color: rgb(56,113,137); }

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

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

 a { background-color: rgb(56,113,137); }

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

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

 span { border-color: rgb(56,113,137); }

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