#386981

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

Shades of Astral #386981

Tints of Astral #386981

Color information

#386981 (or 0x386981) is unknown color: approx Astral. HEX triplet: 38, 69 and 81. RGB value is (56,105,129). Sum of RGB (Red+Green+Blue) = 56+105+129=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #386981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386981 is #C7967E. Grayscale: #5C5C5C. Windows color (decimal): -13080191 or 8481080. OLE color: 8481080.

HSL color Cylindrical-coordinate representation of color #386981: hue angle of 199.73º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386981 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56105129-
CMYK0.570.1900.49
HSL199.73º39.46%36.27%-
HSV(B)199.73º56.59%50.59%-
XYZ10.6412.5322.63-
YUV93.08148.27101.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=19.31%
G=36.21%
B=44.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561051290.570.1900.49199.7339.4636.27
Hex3869813913031c82724
Octal7015120171230613104744
Binary11100011010011000000111100110011011000111001000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386981; }

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

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

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

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

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

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

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

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