#387790

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

Shades of Astral #387790

Tints of Astral #387790

Color information

#387790 (or 0x387790) is unknown color: approx Astral. HEX triplet: 38, 77 and 90. RGB value is (56,119,144). Sum of RGB (Red+Green+Blue) = 56+119+144=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #387790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387790 is #C7886F. Grayscale: #666666. Windows color (decimal): -13076592 or 9467704. OLE color: 9467704.

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

Color convert

RGB56119144-
CMYK0.610.1700.44
HSL197.05º44%39.22%-
HSV(B)197.05º61.11%56.47%-
XYZ13.2616.0528.78-
YUV103.01151.1394.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=17.55%
G=37.30%
B=45.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561191440.610.1700.44197.054439.22
Hex3877903D1102Cc52c27
Octal7016722075210543055447
Binary11100011101111001000011110110001010110011000101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387790; }

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

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

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

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

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

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

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

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