#386683

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

Shades of Astral #386683

Tints of Astral #386683

Color information

#386683 (or 0x386683) is unknown color: approx Astral. HEX triplet: 38, 66 and 83. RGB value is (56,102,131). Sum of RGB (Red+Green+Blue) = 56+102+131=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #386683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386683 is #C7997C. Grayscale: #5B5B5B. Windows color (decimal): -13080957 or 8611384. OLE color: 8611384.

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

Color convert

RGB56102131-
CMYK0.570.2200.49
HSL203.2º40.11%36.67%-
HSV(B)203.2º57.25%51.37%-
XYZ10.4811.9823.23-
YUV91.55150.26102.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 131 (51.56% from 255) = 45.33%
R=19.38%
G=35.29%
B=45.33%

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
Decimal561021310.570.2200.49203.240.1136.67
Hex3866833916031cb2825
Octal7014620371260613135045
Binary11100011001101000001111100110110011000111001011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386683; }

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

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

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

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

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

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

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

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