#386980

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

Shades of Astral #386980

Tints of Astral #386980

Color information

#386980 (or 0x386980) is unknown color: approx Astral. HEX triplet: 38, 69 and 80. RGB value is (56,105,128). Sum of RGB (Red+Green+Blue) = 56+105+128=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #386980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386980 is #C7967F. Grayscale: #5C5C5C. Windows color (decimal): -13080192 or 8415544. OLE color: 8415544.

HSL color Cylindrical-coordinate representation of color #386980: hue angle of 199.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386980 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56105128-
CMYK0.560.1800.50
HSL199.17º39.13%36.08%-
HSV(B)199.17º56.25%50.2%-
XYZ10.5812.522.28-
YUV92.97147.77101.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=19.38%
G=36.33%
B=44.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561051280.560.1800.50199.1739.1336.08
Hex3869803812032c72724
Octal7015120070220623074744
Binary11100011010011000000011100010010011001011000111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386980; }

 p { color: rgb(56,105,128); }

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

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

 a { background-color: rgb(56,105,128); }

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

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

 span { border-color: rgb(56,105,128); }

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