#386682

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

Shades of Astral #386682

Tints of Astral #386682

Color information

#386682 (or 0x386682) is unknown color: approx Astral. HEX triplet: 38, 66 and 82. RGB value is (56,102,130). Sum of RGB (Red+Green+Blue) = 56+102+130=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #386682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386682 is #C7997D. Grayscale: #5B5B5B. Windows color (decimal): -13080958 or 8545848. OLE color: 8545848.

HSL color Cylindrical-coordinate representation of color #386682: hue angle of 202.7º degrees, saturation: 0.4, 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 #386682 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56102130-
CMYK0.570.2200.49
HSL202.7º39.78%36.47%-
HSV(B)202.7º56.92%50.98%-
XYZ10.4111.9622.88-
YUV91.44149.76102.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=19.44%
G=35.42%
B=45.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561021300.570.2200.49202.739.7836.47
Hex3866823916031cb2824
Octal7014620271260613135044
Binary11100011001101000001011100110110011000111001011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386682; }

 p { color: rgb(56,102,130); }

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

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

 a { background-color: rgb(56,102,130); }

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

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

 span { border-color: rgb(56,102,130); }

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